@igloo-ui/hyperlink
v0.6.0
Published
Hyperlink are interactive elements that allow users to navigate in webpage.
Readme
Hyperlink
Hyperlink are interactive elements that allow users to navigate in webpage.
Installation
To install @igloo-ui/hyperlink in your project, you will need to run the following command using npm:
npm install @igloo-ui/hyperlinkIf you prefer Yarn, use the following command instead:
yarn add @igloo-ui/hyperlinkUsage
Then to use the component in your code just import it!
import Hyperlink from '@igloo-ui/hyperlink';
<Hyperlink>
<a href="#">Link to ...</a>
</Hyperlink>;