Introducing Material-UI
Use Material-UI components in Python with Transcrypt.
We'll cover the following...
Introduction
Using a CSS framework can greatly ease the process of making things look good. Material-UI is one of those CSS frameworks. Based on Google’s Material Design specification, it has many predefined themes and components that look good right out of the box. Similar to Bootstrap, it uses predefined style classes that we assign to our elements for style application.
Material-UI
The Material-UI library takes it a step further and provides pre-styled and customizable React components based on the Material Design specification that we can use to replace the raw built-in HTML elements. Essentially, it’s like having a set of React components that have Materialize CSS classes already assigned for us. It also provides ...