@invisionag/iris-react-link
v3.5.2
Published
```js import Link from '@invisionag/iris-react-link'; ```
Downloads
189
Maintainers
Keywords
Readme
import Link from '@invisionag/iris-react-link';
A basic link component.
Usage
<Link href="http://www.google.com">Link text</Link>
As button
If no href
prop is passed to the component, it will automatically render as a button.
<Link>Button looking like link text</Link>