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

0.4.3 • Public • Published

ButtonGroup

ButtonGroup displays multiple related actions or options stacked in a horizontal row to help with arrangement and spacing.

Installation

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

npm install @igloo-ui/button-group

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/button-group

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

import ButtonGroup, { ButtonItem } from '@igloo-ui/button-group';

<ButtonGroup>
  <ButtonItem>Label 1</ButtonItem>
  <ButtonItem>Label 2</ButtonItem>
</ButtonGroup>;

Readme

Keywords

none

Package Sidebar

Install

npm i @igloo-ui/button-group

Weekly Downloads

215

Version

0.4.3

License

Apache-2.0

Unpacked Size

29.1 kB

Total Files

8

Last publish

Collaborators

  • infra.admin
  • franckgaudin