react-enhanced-slider
Version:
Feature-rich slider component for React with step controls, smooth animations and full customization.
37 lines (26 loc) • 875 B
Markdown
<h1 align="center">🎚️ React Enhanced Slider</h1>
<p align="center">
<strong>Modern React slider component with step controls, smooth animations, and full customization</strong>
</p>
<p align="center">
<img src="./docs/assets/slider-demo.png" alt="Demo Preview" width="600" style="border-radius: 10px; display: block; margin: 0 auto;"/>
</p>
✨ **Core Features**
✅ Step controls & range constraints
🎨 Customizable animation transitions
🖥️ Touch-optimized gesture support
📦 Lightweight (Few dependencies)
♿ Full accessibility compliance
🌐 TypeScript-ready definitions
🚀 **Quick Start**
```bash
# Clone the repository
git clone git@github.com:gxxxr-111/react-enhanced-slider.git
# Navigate into the project folder
cd react-enhanced-slider
# Install dependencies
npm install
# Run the development server
npm run dev