spin-setting-element
v0.0.1
Published
An Astro component that creates a circular spinning button powered by GSAP’s Draggable and Inertia plugins, allowing smooth, physics-based rotation through user interaction
Downloads
1
Maintainers
Readme
spin-setting-element
An Astro component that creates a circular spinning button powered by GSAP’s Draggable and Inertia plugins, allowing smooth, physics-based rotation through user interaction
Installation 📖
# You can intall with npm
npm install spin-setting-element
# or with yarn
yarn add spin-setting-element
# or with pnpm
pnpm add spin-setting-elementUsage ⚙️
---
import SpinSettingElement from 'spin-setting-element';
---
<SpinSettingElement />
