@igloo-ui/button
v0.10.0
Published
Buttons are used primarily for user interaction.
Downloads
219
Readme
Button
Buttons are used primarily for user interaction.
Installation
To install @igloo-ui/button
in your project, you will need to run the following command using npm:
npm install @igloo-ui/button
If you prefer Yarn, use the following command instead:
yarn add @igloo-ui/button
Usage
Then to use the component in your code just import it!
import Button from '@igloo-ui/button';
<Button>Primary</Button>;