A minimalistic CSS/JS library that embraces simplicity and works directly with HTML elements. No build tools, no complexity - just the essentials you need.
Maintainer : Suraj
Email: surajsinghbisht054@gmail.com
Look, we've all been there - drowning in a sea of dependencies, fighting with build tools, and wondering why something so simple became so complex. That's why I created prime.css. Think of it as htmx's companion. While htmx handles your Ajax needs, prime.css takes care of everything else you need for a clean, responsive UI - without the bloat.
- Zero Build Tools: Drop it in and it works
- HTML-First: Works directly with HTML elements - no special classes or frameworks to learn
- Browser-Native: Embraces and enhances native browser components
- Minimalistic: Every feature has to earn its place
- Fast: Minimal CDN links, maximum performance
<!-- BASE -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/surajsinghbisht054/prime.css@v0.0.6/dist/base/bundle.min.css">
<script type="module" src="https://cdn.jsdelivr.net/gh/surajsinghbisht054/prime.css@v0.0.6/dist/base/bundle.min.js"></script>
<!-- PRIMEFLEX.CSS WITH THEMES [Optional]-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/surajsinghbisht054/prime.css@v0.0.6/dist/theme/bundle.min.css">
<!-- https://iconoir.com/ [Optional]-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/surajsinghbisht054/prime.css@main/assets/iconoir.css">
<!-- https://github.com/straversi/Typer.js [Optional] -->
<script type="module" src="https://cdn.jsdelivr.net/gh/surajsinghbisht054/prime.css@main/assets/typer.js"></script>
<!-- https://github.com/animate-css/animate.css [Optional] -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/surajsinghbisht054/prime.css@main/assets/animate.css">
<!-- https://lucide.dev/icons/ [Optional] -->
<script src="https://cdn.jsdelivr.net/gh/surajsinghbisht054/prime.css@main/assets/lucide.js"></script>
I'll be honest - this is early stage stuff. I've borrowed ideas and code from other MIT-licensed projects (standing on the shoulders of giants, right?). If you're tired of complexity and want to build something truly simple and useful, I'd love your help. Check out the Contributing Guide to get started.
MIT