Installation
Current version: v2.0.2
Install the package
Section titled “Install the package”npm install fractionalrange motionmotion (Framer Motion) is a peer dependency used for spring-based drag animations.
You can also use your preferred package manager:
# yarnyarn add fractionalrange motion
# pnpmpnpm add fractionalrange motion
# bunbun add fractionalrange motionImport the styles
Section titled “Import the styles”Add the component styles to your app’s entry point, layout, or root component:
import 'fractionalrange/styles.css'This CSS file provides all the default styling through CSS custom properties. No Tailwind or other CSS framework is required.
Requirements
Section titled “Requirements”- React 18 or 19
- Motion 12+