Carregando…
Carregando…
Carregando…Three-column image grid whose columns translate at different rates on scroll — adapted from Aceternity UI.
Parallax Scroll — as colunas rolam em ritmos diferentes
$ npx kikitocn add parallax-scroll@/lib/utilsmotionimport { ParallaxScroll } from "@/components/ui/cn/parallax-scroll/ParallaxScroll";
export function ParallaxScrollExample() {
return (
<ParallaxScroll />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
images* | string[] | — | URLs — distribuídas em 3 colunas |
imageAlt | string | '' | Texto alternativo comum às imagens |
className | string | — | Classes CSS extras |