Components
An animated background with a slow sweeping vertical light beam over a subtle grid, for cinematic section backdrops.
npx @21st-dev/cli add nexus-ui/beam-sweep-fieldLoading preview...
import BeamField from "@/components/ui/beam-sweep-field";
export default function Default() {
return (
<div className="h-96 w-full max-w-4xl p-6 [&>div]:h-full">
<BeamField />
</div>
);
}