The gauge library you know and love, completely reimagined for the modern web! 🎉
⚡ Zero Dependencies • 💖 Modern ES6+ • 🎛️ Highly Customizable • 📱 Responsive Design • 🚀 High Performance • 🛡️ Battle Tested • 📦 76% smaller From 36.5 kB → 8.6 kB (27.9 kB saved!))
🎮 Try Live Demo & Playground • 📚 Full Documentation
npm install justgage
import { JustGage } from 'justgage';
const gauge = new JustGage({
id: 'my-gauge',
value: 75,
min: 0,
max: 100,
});
- 📖 Complete Documentation - API reference, configuration options, and examples
- 🎮 Interactive Playground - Try different configurations live
- 🚀 Migration Guide - Upgrading from v1.x to v2.0+
- 🤝 Contributing - Development setup and contribution guidelines
This project is licensed under MIT License
- Original Author: Bojan Djuricic
- v2.0 Modernization & Maintenance: Daniel Sorridi (robertsLando)