mui
In the ground since Tue Oct 01 2024
Last watered inTue Oct 01 2024
Related Topics
Mui - Material UI
Lorem ipsum dolor sit amet consectetur adipisicing elit. Assumenda officiis adipisci veniam earum nihil cumque fugiat reiciendis nam maiores doloremque, voluptatum quisquam eveniet vel itaque libero amet sit. Nihil, aperiam.
Building Blocks
Box
It starts as a
with no styling. We can start customizing it by:- changing the html tag
- adding custom css
Container
By default it gives us a centralized
with:The padding values are the ones fromt App's theme
Misc
Access theme data from a React Component / Hook
Customization
Button
Targeting Breakpoints
Checklist
[] Create a Themed Component (e.g. Styled Component) [] Simple, more CSS than logic [] Provides a way to target breakpoints