atomic-chai
v1.2.4
Published
A lightweight client-side utility CSS engine like Tailwind
Maintainers
Readme
AtomicChai ☕️
A lightweight runtime CSS engine that applies utility classes directly in the browser.
No build tools. No setup. Just drop a script and start styling.
🚀 Quick Links
- 📚 Docs & Landing Page: https://sameerbhagtani.github.io/atomic-chai-website
- 💻 GitHub Repository: https://github.com/sameerbhagtani/atomic-chai
- 📦 NPM Package: https://npmjs.com/package/atomic-chai
- 🎥 YouTube (Build + Explanation): https://youtu.be/aMaFbl8eL7I
✨ Features
- Resets browser default styles
- Huge collection of static & dynamic utility classes
- Reactive via MutationObserver
- Works with Vanilla JS & React
- Extendable via AtomicChai.addClass() API
- Optimized with caching for performance
📦 Usage
📥 Install via npm
npm install atomic-chaiimport "atomic-chai";🌐 Include via CDN
<script src="https://unpkg.com/atomic-chai"></script>That's it - start using classes immediately.
📚 Documentation
👉 For full utilities and detailed usage: https://sameerbhagtani.github.io/atomic-chai-website
