DEV Community

Discussion on: Random... does anyone get confused styling?

Collapse
 
dance2die profile image
Sung M. Kim

I primarily use React, which is a wrapper around HTML DOM. So styling is normally done with CSS.

Starting from scratch has been painful to me so I tend to use Tailwind CSS nowadays to bootstrap and prototype.

UI packages such as Material UI or Chakra UI (for React) do provide built-in styles but normally you'd either change the theme (bootstrap problem).

Downside is that overriding styles can be very tricky for inner components.