Drag me
Elastic Drag
InteractionsElastic draggable element
elasticdragspring
Installation
$
Usage
tsx
import { ElasticDrag } from "@/components/nonaxial/elastic-drag"
export default function Example() {
return (
<ElasticDrag>{/* Your content here */}</ElasticDrag>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |