Stars Canvas with props
import { StarsCanvas } from "@/components/ui/stars-canvas"; export default function DemoOne() { return <StarsCanvas />; }