Link
Hyperlinks between pages.
General
highlight
Distinguish links with different colors.
With Icon
Show an icon in the link.
variant
Different styles of links.
block
Display as a separate block.
With next/link
Use Link with NextJS without any configuration.
APIs
Link.Props
| Attribute | Description | Type | Accepted values | Default |
|---|---|---|---|---|
| href | link url | string | - | - |
| color | display color for link | boolean | - | false |
| icon | show icon | boolean | - | false |
| underline | display underline | boolean | - | false |
| block | display as a separate block | boolean | - | false |
| ref | forwardRef | Ref<HTMLAnchorElement | null> | - | - |
| ... | native props | AnchorHTMLAttributes | 'rel', 'target', ... | - |
Contributors