Fullscreen Grid Curtain Gate
A production-scale, light + dark Fullscreen Grid Curtain Gate component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add fullscreen-grid-curtain-gateLive preview available in the gallery.
Usage
import { FullscreenGridCurtainGate } from "@lerpa/ui";
<FullscreenGridCurtainGate />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| isOpen | boolean | - | |
| panelsCount | number | — | |
| direction | 'up' | 'down' | 'alternate' | — | |
| stagger | number | — | |
| curtainBgClass | string | — | |
| onTransitionEnd | () => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.