Carregando…
Carregando…
Carregando…Static layered drop-shadow glow around text, color inherited via currentColor — adapted from cuicui.day. Absorbed by Text Shine.
Glow Text — halo estático em camadas de drop-shadow (herda a cor via currentColor)
$ npx kikitocn add glow-text@/lib/utilsimport { GlowText } from "@/components/ui/cn/glow-text/GlowText";
export function GlowTextExample() {
return (
<GlowText>
Glow Text
</GlowText>
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
children* | React.ReactNode | — | Texto com o brilho aplicado |
className | string | — | Classes CSS extras |
style | React.CSSProperties | — | Estilos inline extras |