DEV Community

Matias Fandiño
Matias Fandiño

Posted on

NeobrutalismCSS - A Classless CSS Library

Are you tired of adding bulky CSS frameworks like Bootstrap or Tailwind CSS to your JavaScript or React demos just to make your HTML elements look good? Introducing NeobrutalismCSS – a lightweight and classless CSS library that brings sleek default styles to your HTML elements, without the unnecessary bloat.

View Demo | GitHub Repository

Notably, NeobrutalismCSS isn't meant to be a standalone CSS library only. It can seamlessly integrate with other CSS frameworks. This means you can harness the power of NeobrutalismCSS as the foundation for your site and still use your preferred CSS framework in harmony.

Less Opinionated: We offer a cleaner canvas for your styling needs, allowing your creativity to flourish without rigid constraints.

Versatile: Whether you're building a website, a blog, or enhancing an existing CSS framework, NeobrutalismCSS fits like a glove.

Aesthetically Pleasing: We've focused on delivering visually appealing styles that delight the eye.

Extensive HTML Element Support: NeobrutalismCSS is equipped to handle a wide range of HTML elements.

Responsive: Our styles maintain consistency across different browsers, ensuring a seamless user experience.

How to Use NeobrutalismCSS
Using NeobrutalismCSS is a breeze. Simply add the following line to your HTML document:
<link rel="stylesheet" href="https://unpkg.com/neobrutalism.css">

If you're developing a JavaScript application, NeobrutalismCSS can be installed via NPM:

npm install neobrutalismcss

For more details about the library, visit our GitHub repository. If you find NeobrutalismCSS useful, don't forget to give it a star!

Top comments (0)