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