quanta-css
v1.1.3
Published
Quanta CSS — a component + utility-first CSS framework with built-in dark mode and theming.
Downloads
37
Maintainers
Readme
🚀 Quick Install
npm install quanta-css
or drop it in your HTML:
html
Copy code
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/quanta-css@latest/dist/quanta.min.css">
⚡ Quick Example
html
Copy code
<body class="p-8">
<h1 class="text-2xl font-weight-bold mb-4">Hello Quanta 👋</h1>
<button class="quanta-btn quanta-btn-primary hover-opacity-80">
Get Started
</button>
</body>
🔗 Links
📖 Docs
🛠 Playground
🌐 Homepage
🛣 Roadmap
Accordion & Modal JS plugins
VSCode extension
RTL + i18n support
🍻 Made with ❤️ by Adeniyi Adetayo
Tweet me @devadetayo or open an issue!