What's your goto design system for next.js?
I'm looking for a great styling resource. Some system, so I don't have to do it myself once again :D
Preferably something that can be used with stylus and next.js 🤙
Along with next.js I use bulma.io for some base styles, might tweak some scss variables like colors. Then https://emotion.sh with its css
prop so I can just write custom styles inline and iterate quickly when building in code.
@Mobilpadde For sure! Huge fan of Bulma. Been working on something for React + Bulma users at http://divjoy.com. Next.js support is coming soon :)
These days I am using tailwindcss.com with pretty much everything. It works with all design systems that lets you pass className
values.
Please sign in to leave a comment.