Carregando…
Carregando…
Carregando…Draws an animated rectangle outline with a pointer icon around inline content, for text emphasis — adapted from Aceternity UI.
Retângulo animado + ícone de ponteiro contornando o texto
$ npx kikitocn add pointer-highlight@/lib/utilsmotionimport { PointerHighlight } from "@/components/ui/cn/pointer-highlight/PointerHighlight";
export function PointerHighlightExample() {
return (
<PointerHighlight>
Pointer Highlight
</PointerHighlight>
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
children* | ReactNode | — | Conteúdo a destacar |
rectangleClassName | string | — | Classes do retângulo animado |
pointerClassName | string | — | Classes do ícone de ponteiro |
containerClassName | string | — | Classes do container externo |