Link
Links are used to provide accessible navigation.
Basic Link
Preview
Usage
import { Link } from 'archi-ui'
<Link href='#'>Link</Link>
Underline
The underline
prop can be used to set underline behavior. The default is always
.
Color
Use color
prop to apply different colors for component.
Link API
API reference docs for the React Link component.
Props
Name | Type | Default | Description |
---|---|---|---|
children | node | - | The content of the component. |
className | string | - | Override or extend the styles applied to the component. |
underline | 'always' | 'hover' | 'none' | 'always' | Controls when the link should have an underline. |
color | 'primary' | 'secondary' | 'info' | 'warning' | 'success' | 'error' | 'primary' | The color of the component. |
Last updated on