Installasing Material UI in React
Hello brother, welcome back in my blogging My Blog Share, this time I want to make an articel about Installasing Material UI in React JS. Material UI is react components for faster and easier web development. Build your own design system, or start with Material Design.
React developers usually often use Material UI to create or develop components on their websites or applications.
How to Installasing Materila UI in React ?
Install Material UI source files via npm, how to install Material UI via npm, please copy the command below and paste it into your terminal.
$ npm install @material-ui/core
How to use Material UI in React ?
For the use of Material UI, it is quite easy to use in developing a website or application. Material UI components work separately. They are self-sufficient, and will only inject the style they need to display. You can use any of the components already in Material UI.
Here's an example to get you started.
Material UI : https://material-ui.com/
Thank you for visiting my blog, don't forget to read other articles, hopefully they can be useful for you. If you have any questions or suggestions please comment below, thank you.
0 Comments