Back
Underline Link
Satu Visual ComponentNew
A link whose underline wipes in from the left on hover.
Installation
Add it with the CLI:
Terminal
$
Or open the Code tab above and copy it in manually — it relies on the standard cn() helper from @/lib/utils.
Usage
Use like a normal anchor. Forwards all native <a> props.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | — | Link text. |
| className | string | — | Extra classes. |
| ...props | AnchorHTMLAttributes | — | Native <a> props. |