@igloo-ui/option-button
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @igloo-ui/option-button

Weekly Downloads

212

Version

0.3.0

License

Apache-2.0

Unpacked Size

56.5 kB

Total Files

8

Last publish

Collaborators

  • infra.admin
  • franckgaudin