Carregando…
Carregando…
Carregando…Horizontal or vertical set of buttons with optional attached (joined) styling.
Demo coming soon
Add a demo component to DEMOS in _showcase.tsx for inputs/button-group
$ npx kikitocn add button-groupimport { ButtonGroup } from "@/components/ui/cn/button-group/ButtonGroup";
export function ButtonGroupExample() {
return (
<ButtonGroup />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
children* | React.ReactNode | — | Botões filhos |
orientation | 'horizontal' | 'vertical' | 'horizontal' | Orientação do grupo |
attached | boolean | false | Unir bordas entre botões adjacentes |
className | string | — | Classes CSS extras |