Shooting Stars
AnimationsAnimated shooting stars
shootingstarsanimation
Installation
$
Usage
tsx
import { ShootingStars } from "@/components/nonaxial/shooting-stars"
export default function Example() {
return (
<ShootingStars>{/* Your content here */}</ShootingStars>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |