Skip to content

A minimalist, class-less CSS framework inspired by the beautiful components of shadcn/ui. 🎨

Notifications You must be signed in to change notification settings

fordus/shadcn-classless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎨 shadcn-inspired Classless CSS

A minimalist, class-less CSS framework inspired by the beautiful components of shadcn/ui. This project aims to provide a simple, yet elegant styling solution for your web projects without the need for custom classes.

✨ Features

  • πŸ–ŒοΈ Inspired by shadcn/ui components
  • 🚫 No classes required
  • πŸŒ“ Dark mode support
  • πŸ“± Responsive design
  • πŸš€ Lightweight and fast

πŸš€ Getting Started

  1. Download the shadcn-inspired-classless.min.css file from this repository.
  2. Include it in your HTML file:
<link rel="stylesheet" href="path/to/shadcn-inspired-classless.min.css">
  1. Start writing your HTML without worrying about classes!

πŸ“š Usage

Simply write semantic HTML, and the styles will be automatically applied. For example:

<header>
  <h1>My Awesome Website</h1>
  <nav>
    <ul>
      <li><a href="#home">Home</a></li>
      <li><a href="#about">About</a></li>
      <li><a href="#contact">Contact</a></li>
    </ul>
  </nav>
</header>

🎨 Customization

To customize the styles, you can override the CSS variables defined at the root of the stylesheet. For example:

:root {
  --primary: #3498db;
  --background: #f0f0f0;
}

🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

πŸ“œ License

This project is MIT licensed.

πŸ™ Acknowledgements

  • Inspired by shadcn/ui
  • Based on the concept of classless CSS frameworks like Pico.css

About

A minimalist, class-less CSS framework inspired by the beautiful components of shadcn/ui. 🎨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published