Carregando…
Carregando…
Carregando…Pill button with a looping conic-gradient light chasing its border, Raycast-style.
Modern animated button — luz girando ao redor da borda
$ npx kikitocn add modern-animated-button@/lib/utilsimport { ModernAnimatedButton } from "@/components/ui/cn/modern-animated-button/ModernAnimatedButton";
export function ModernAnimatedButtonExample() {
return (
<ModernAnimatedButton>
Modern Animated Button
</ModernAnimatedButton>
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
children | React.ReactNode | 'Advanced button' | Texto principal |
hint | React.ReactNode | 'Hover me' | Texto secundário depois do divisor — undefined esconde o divisor |
className | string | — | Classes CSS extras |