neobrutalismcss
v1.0.0
Published
NeoBrutalismCSS design framework that embraces the aesthetics of neo-brutalism in web
Maintainers
Readme
NeoBrutalismCSS - Minimalist CSS Library

NeoBrutalismCSS is a lightweight and minimalist CSS library inspired by the principles of neo-brutalist web design. It provides a set of simple and modular CSS classes to help you create brutalist-style web pages with ease.
Table of Contents
Installation
You can include NeoBrutalismCSS in your project in one of the following ways:
Download
Install with pnpm
$ pnpm install neobrutalismcssInstall with npm
$ npm install neobrutalismcssInstall with Yarn
$ yarn add neobrutalismcssCDN
Include the following CSS link in the <head> section of your HTML file:
<!-- Option 1: unpkg CDN (always latest version) -->
<link rel="stylesheet" href="https://unpkg.com/neobrutalismcss@latest" />
<!-- Option 2: jsDelivr CDN (specific version, or latest from GitHub) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/matifandy8/NeoBrutalismCSS/dist/index.min.css" />You can use either CDN. The unpkg link always points to the latest published npm version, while the jsDelivr link fetches the latest build from the GitHub repository (or you can specify a version/tag for more control).
Fonts
NeoBrutalismCSS doesn't provide any fonts, but we do maintain the following list of fonts that we recommend for usage alongside our framework:
These fonts can help you achieve a harmonious and visually appealing typography in your NeoBrutalismCSS-based projects. Please ensure that you follow the provided links to access and integrate these fonts into your designs according to your preferences and requirements.
Usage
NeoBrutalismCSS only provides components. You will need to define your own layout.
To use NeoBrutalismCSS, simply add the CSS classes to your HTML elements. Here docs - WEB
CSS Only
NeoBrutalismCSS only requires CSS and doesn't depend on any JavaScript.
Documentation
For detailed documentation and examples, please visit the NeoBrutalismCSS Documentation.
Contributing
We welcome contributions from the community. If you'd like to contribute to NeoBrutalismCSS, please see our contribution guide.
