A styled a tag that can be used to send users to a URL.
import { Link } from "@nulogy/components";
<Link href="http://nulogy.design">nulogy.design</Link>
<Link href="http://nulogy.design" underline="false">nulogy.design</Link>
<Link color="black" hover="red" href="http://nulogy.design">nulogy.design</Link>
Name | Type | Default | Description |
---|---|---|---|
href | String | Required | The destination. |
color | String | blue | A custom colour to display the link in. |
hover | String | Color darkened by 10% | A custom hover colour |
underline | Boolean | Whether to show an underline or not. | |
className | String | undefined | className passed to the link component. |