ButtonGroup displays multiple related actions or options stacked in a horizontal row to help with arrangement and spacing.
npm install @igloo-ui/button-groupButtonGroup displays multiple related actions or options stacked in a horizontal row to help with arrangement and spacing.
To install @igloo-ui/button-group in your project, you will need to run the following command using npm:
``bash`
npm install @igloo-ui/button-group
If you prefer Yarn, use the following command instead:
`bash`
yarn add @igloo-ui/button-group
Then to use the component in your code just import it!
`jsx
import ButtonGroup, { ButtonItem } from '@igloo-ui/button-group';
``