Installation
Usage
import { SpotLight } from "@/components/motionx/spot-light";<div className="relative h-[400px] w-full">
<SpotLight color="#00f0ff" />
</div>Props
| Prop | Type | Default | Description |
|---|---|---|---|
color | string | #06b6d4 | Color of the spotlight beam |
className | string | - | Custom class to apply to the component |