Materialish is a collection of React components that are loosely inspired by Material Design.
We encourage newcomers to start off by reading the philosophy of the library. Understanding the library's goals will help you set your expectations about what Materialish is, and just as importantly, what it is not.
Once you have read about the project's philosophy, you are ready to install it.
Install Materialish using npm:
npm install materialish
or yarn:
yarn add materialish
You are responsible for loading Roboto in whatever way makes the most sense for your application.
Aside from that, your application needs to be able to render React components and import CSS files.