Carregando…
Carregando…
Carregando…Section header with a conic-gradient 'lamp' glow that opens behind the content on view — adapted from Aceternity UI.
Lamp — glow de lâmpada atrás do heading
Construído do jeito certo
$ npx kikitocn add lamp-container@/lib/utilsmotionimport { Lamp } from "@/components/ui/cn/lamp-container/Lamp";
export function LampExample() {
return (
<Lamp>
Lamp
</Lamp>
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
children* | React.ReactNode | — | Conteúdo (tipicamente um heading) |
className | string | — | Classes CSS extras |