Components
npx shadcn@latest add https://21st.dev/r/rahil1202/aurora-fluxLoading preview...
import { AuroraFlux } from "@/components/ui/aurora-flux";
export default function DemoOne() {
return (
<div style={{ position: 'relative', height: '100vh', width: '100vw' }}>
<AuroraFlux fullScreen />
<div style={{ position: 'relative', zIndex: 1, color: 'white', padding: '6rem' }}>
</div>
</div>
);;
}