Move cursor here
Spotlight Card
CardsCard with spotlight gradient effect
spotlightgradientglow
Installation
$
Usage
tsx
import { SpotlightCard } from "@/components/nonaxial/spotlight-card"
export default function Example() {
return (
<SpotlightCard>{/* Your content here */}</SpotlightCard>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |