0.3.2 • Published 9 months ago

@igloo-ui/option-button v0.3.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

OptionButton

The option button is a component that will often be used in a group of multiple option buttons and will play a role similar to the radio buttons.

Installation

To install @igloo-ui/option-button in your project, you will need to run the following command using npm:

npm install @igloo-ui/option-button

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/option-button

Usage

Then to use the component in your code just import it!

import OptionButton from '@igloo-ui/option-button';

<OptionButton htmlFor="textBtn" name="buttonType" buttonType="text">
  Text
</OptionButton>;
0.3.2

9 months ago

0.3.0

1 year ago

0.3.1

11 months ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.5

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago