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
Delete the existing styling from your app.css
and paste desired styling.
This will redirect to the neobrutalism.dev website, which has all the styling options, copy from there into your app.css
css file, then return here.
Note the site will say global.css, but that is for the react version.
3. Install components
Each components page will have installation instructions.