DEV Community

Discussion on: What tools/frameworks do you use for styling you web app?

Collapse
 
pontakornth profile image
Pontakorn Paesaeng

I usually use Windi if available. It is mainly for my Svelte and Vue app. If not, I use Tailwind.

If the styling is very simple or I want to do something my own, I use CSS Module or Vanilla Extract.

If I want to focus on logic, I use Chakra UI.