Stateless UI components for react that follow material design
material-components is a library of React UI components that follow material design principles. These components are stateless, making them compatible with libraries like Cerebral or Redux, as well as other flux-based frameworks or no framework at all. The development of material-components has been sponsored by Elastic Time.
To install material-components, follow the steps below:
yarn install to install the required dependencies.yarn start to start the development mode. This will watch for changes, auto lint the code, run tests, and build the project.yarn test to run the tests, yarn run lint to lint the code, and yarn run build to compile to ES5.material-components is a library of React UI components that follow material design principles. These stateless components are easy to work with and can be used with various libraries and frameworks. The installation process is straightforward, and there is a demo app available to explore the capabilities and code examples of material-components.