Aurora Curtain
◆ BackgroundsWebGL2 aurora borealis curtain with layered light bands and mouse-tilt interaction.
backgroundwebglshaderauroraborealiscurtainlightinteractivemouse
No preview available
WebGL2 Shader ~ Move cursor to tilt the aurora
WebGL2 aurora borealis curtain with layered light bands and mouse-tilt interaction.
No preview available
WebGL2 Shader ~ Move cursor to tilt the aurora
Backgrounds / React Component
WebGL2 aurora borealis curtain with layered light bands and mouse-tilt interaction.
Copy the shadcn CLI command below. Replace YOUR_LICENSE_KEY with the license key from your FutureUI account — or log in and it will auto-fill for you.
npx shadcn@latest add "https://futureui.studio/api/registry/aurora-curtain.json?key=YOUR_LICENSE_KEY" import { AuroraCurtain } from './AuroraCurtain';
export default function Example() {
return (
<div style={{ width: '100%', height: 400, position: 'relative' }}>
<AuroraCurtain accentColor="#22d3ee" secondaryColor="#a855f7" />
</div>
);
}