|
|
|
|
|
by mikewhy
2042 days ago
|
|
Material UI still fulfills all those points, unless I'm missing something: - Just declare the styles you want adjacent to the component - If you're repeating styles, make a component - material-ui has a design system / theme that you're encouraged to use Like Tailwind has `class="mb-6"`, mui has `<Box mb={6} />`. |
|