Components · Actions
Groups related buttons together with optional attachment and orientation.
import { Button Group } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| orientation | 'horizontal' | 'vertical' | 'horizontal' | — | Lays out child buttons horizontally or vertically. |
| attached | boolean | false | — | Removes gap and merges borders between adjacent buttons. |