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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.5.1
    13
    • latest

Version History

Package Sidebar

Install

npm i @igloo-ui/button-group

Weekly Downloads

258

Version

0.5.1

License

Apache-2.0

Unpacked Size

29.7 kB

Total Files

8

Last publish

Collaborators

  • infra.admin
  • franckgaudin