Spotlight Button
ButtonsButton with spotlight follow effect
spotlightlightfollow
Installation
$
Usage
tsx
import { SpotlightButton } from "@/components/nonaxial/spotlight-button"
export default function Example() {
return (
<SpotlightButton>{/* Your content here */}</SpotlightButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |