The border radii don’t quite fit together, and you can easily see the gaps on an iPad.
Neobrutalism components – A collection of react-tailwind components
21–30 of 52 posts
Re: Neobrutalism components – A collection of react-tailwind components
#22Maybe as an addition you could introduce animations with jagged easings such as slide in, spring ... DHTML style.
Re: Neobrutalism components – A collection of react-tailwind components
#23Re: Neobrutalism components – A collection of react-tailwind components
#24Re: Neobrutalism components – A collection of react-tailwind components
#25Re: Neobrutalism components – A collection of react-tailwind components
#26As you're asking for feedback: the components are not accessible. I've assessed a lot of UI libraries [1] and most of them have issues. You can start with running Lighthouse (Audit tab in Chrome) to get and fix at least all the tool-detectable issues. [1] https://darekkay.com/blog/accessible-ui-frameworks/
Re: Neobrutalism components – A collection of react-tailwind components
#27Re: Neobrutalism components – A collection of react-tailwind components
#28"ugly" is not an aesthetic
Re: Neobrutalism components – A collection of react-tailwind components
#29"ugly" is not an aesthetic
Re: Neobrutalism components – A collection of react-tailwind components
#30Looks great! Not sure if this is a Tailwind thing or not, but I think any presence of hex codes in your examples is a little disappointing. It should be trivial to adjust colors from a fixed palette, rather than find-replacing hex codes across a codebase. Especially for modifier colors like the active tab states. EDIT: I realize now that this is meant to be copied into an existing codebase, not used as a library, so…