Button
Buttons are used primarily for user interaction.
<Example is="custom" /> <ReferenceLinks is="custom" />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>;