Material UI – CSS Framework for Google’s Material Design
Posted · Category: Framework, MIT License
Material-UI is a CSS framework and a set of React components that implement Google’s Material Design specification. Material-UI is available as an npm package. Use browserify and reactify for dependency management and JSX transformation. The CSS framework is written in Less, so you’ll need to compile that as well.
The styles are separated into 2 less files which allows you to override any variables defined in custom-variables.less without having to modify material-ui source files directly. It is licensed under MIT License.
Requirements: CSS Framework
Demo: http://material-ui.com/
License: MIT License
1 Comment