Hyperlink are interactive elements that allow users to navigate in webpage.
npm install @igloo-ui/hyperlinkHyperlink 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:
``bash`
npm install @igloo-ui/hyperlink
If you prefer Yarn, use the following command instead:
`bash`
yarn add @igloo-ui/hyperlink
Then to use the component in your code just import it!
`jsx
import Hyperlink from '@igloo-ui/hyperlink';
Link to ...
``