Lamina

Stacked translucent wave sheets with soft pointer shift.

Layered ribbons drift like sliced water. Move over the field and the stack shifts a little with you.

6
1
1
0.7
0.55
tsx
import { Lamina } from "@/components/motion/lamina"export function Example() {  return (    <Lamina      className="h-[420px] w-full"      color="#3b82f6"      layers={6}      speed={1}      amplitude={1}      influence={0.7}      opacity={0.55}    />  )}

Installation

npx @arctis-sh/@arctis-sh/ui@latest add lamina

Usage

import { Lamina } from "@/components/motion/lamina"
<Lamina  className="h-[420px] w-full"  color="#3b82f6"  layers={6}/>

API Reference

Lamina

PropTypeDefault
colorstring#3b82f6
backgroundColorstring—
layersnumber6
speednumber1
amplitudenumber1
influencenumber0.7
opacitynumber0.55
dprnumber1.5
classNamestring—
childrenReactNode—

Also accepts the other native div attributes.