@igloo-ui/button

Buttons are used primarily for user interaction.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@igloo-ui/button
19150.8.52 months ago3 years agoMinified + gzip package size for @igloo-ui/button in KB

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