Shadcn Installation

Visit shadcn installation page to see how to install shadcn.


In this docs below each shadcn component's name you'll have the shadcn docs link for that component.


e.g. You want to install shadcn button component. You'll navigate to button page, click on the shadcn docs link and install the button component like it's shown in the docs.


After you're done you'll come back to neobrutalism button page, and copy button component to your project inside components/ui/button.tsx (this is the default component path) or your custom component path.


Keep in mind that neobrutalism components can have different variants than default shadcn components.


Styling

Don't forget to copy the desired styling to your tailwind config.