Installation
Learn how to install neobrutalism components.
1. Initialize shadcn
As explained in introduction, most of these components are based onShadcn UI.
Visit the shadcn-svelte docs to see how to initialize shadcn.
2. Add styling
Open your app.css file and delete any existing styles.
Then, visit the Neobrutalism Styling Page to choose your preferred design.
Note: The site refers to
global.css, which is intended for the React version. For your setup, copy the styles directly into yourapp.css.
Once you’ve added the styles, return here to continue.
3. Install components
Each components page will have installation instructions.