Carregando…
Carregando…
Carregando…Floating action menu that expands to radial or linear buttons on trigger click.
$ npx kikitocn add quick-actions@/lib/utilsimport { QuickActions } from "@/components/ui/cn/quick-actions/QuickActions";
export function QuickActionsExample() {
return (
<QuickActions />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
actions* | QuickAction[] | — | Ações: { id, icon, label, onClick?, intent? } |
triggerIcon | ReactNode | undefined | Ícone do botão que expande as ações |
placement | 'top' | 'bottom' | 'left' | 'right' | 'top' | Direção de expansão das ações |
Quick Actions — expandable FAB with animated action buttons