Link
Usage
import { Link } from 'components/lib';
function MyComponent({ ...props }){
return (
<div>
<Link url='/' title='Home' text='Go to Home' />
</div>
);
}Props
Prop
Description
Required
Value
Notes
Last updated