Installation
Usage
import AuroraFlow from "@/components/ruixen/aurora-flow";
export default function App() {
return (
<div className="relative h-screen w-full">
<AuroraFlow resolutionScale={1.0} />
<div className="relative z-10">{/* Your content here */}</div>
</div>
);
}Props
| Prop | Type | Default | Description |
|---|---|---|---|
resolutionScale | number | 1.0 | Scale factor for rendering resolution |

