DEV Community

Latricia Nickelberry
Latricia Nickelberry

Posted on

Material-ui

While doing a coding challenge I discovered a framework that you can use to help with the layout of your React application. I needed to find a resource that would assist with a responsive layout and Material-ui is the frame work for that.

Material-ui is a library of components that are already built. You can choose the particular component that you need for your project. For example, if you need a component for a button, Material-ui has a section for button components. All you have to do is select the particular button that you want, copy the code and add it to the component in your application. If you have not heard of Material-ui I suggest that you check it out.

Happy coding!

Top comments (0)