8000 GitHub - SSB-054/prime.css: Prime.css is a lightweight responsive CSS/JS utility library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SSB-054/prime.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prime.css

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

Why prime.css?

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.

Core Principles

  • 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

Getting Started via CDN

<!-- 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>

Contributing

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.

License

MIT

About

Prime.css is a lightweight responsive CSS/JS utility library

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published
0