Package detail

@igloo-ui/button

gsoft-inc186Apache-2.00.10.0

Buttons are used primarily for user interaction.

readme

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>;