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 🤙

Gabe Ragland

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.

0 Likes
Mads Cordes Author

I totally forgot about bulma :D Thanks for the reminder!

0 Likes
Gabe Ragland

@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 :)

0 Likes
Khaja Naquiuddin

These days I am using tailwindcss.com with pretty much everything. It works with all design systems that lets you pass className values.

0 Likes
Fabio Rosado

I'm going to +1 for tailwindcss its a pretty cool option

0 Likes

Please sign in to leave a comment.