First of all install tailwind and these packages:
After you're done create lib/utils.ts
inside your project and paste cn
helper function to it.
It makes easier to add tailwind classes conditionally.
Now choose any component you find useful, copy it to your project, and adjust it so it fulfills your needs.
Keep in mind that these are YOUR components. It's on you to make them more reusable and accessible. I created this to help you get started with neobrutalism.
If reusability and accessibility are one of your main concerns, I suggest you rather to use shadcn components even tho these react components are somewhat accessible and reusable.
Don't forget to copy the desired styling to your tailwind config.
Edit this page