Flowing Dots
AnimationsMouse-reactive dot grid
dotsgridreactive
Installation
$
Usage
tsx
import { FlowingDots } from "@/components/nonaxial/flowing-dots"
export default function Example() {
return (
<FlowingDots>{/* Your content here */}</FlowingDots>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |