Plasma Storm
◆ BackgroundsWebGL2 electric plasma arcs with mouse-attracted lightning and ambient glow.
backgroundwebglshaderplasmalightningelectricarcinteractivemouse
No preview available
WebGL2 Shader ~ Move cursor to attract plasma arcs
WebGL2 electric plasma arcs with mouse-attracted lightning and ambient glow.
No preview available
WebGL2 Shader ~ Move cursor to attract plasma arcs
Backgrounds / React Component
WebGL2 electric plasma arcs with mouse-attracted lightning and ambient glow.
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/plasma-storm.json?key=YOUR_LICENSE_KEY" import { PlasmaStorm } from './PlasmaStorm';
export default function Example() {
return (
<div style={{ width: '100%', height: 400, position: 'relative' }}>
<PlasmaStorm accentColor="#8b5cf6" secondaryColor="#22d3ee" />
</div>
);
}