A React wrapper for Material Design (Web) Components
RMWC is a React UI Kit built on Google’s official Material Components Web library version 8.x.x. It aims to be the thinnest, lightest, and spec compliant wrapper around Material Design Components for the Web. It includes addon components for ones missing from the official spec and works in React 16.8.x and up. It also offers first-class TypeScript support and server-side rendering support.
To install the RMWC theme, you can use either npm or yarn:
npm i rmwc --save
yarn add rmwc
Additional information about installation is available in the Installation Guide
RMWC is a React UI Kit based on Google’s Material Components Web library. It offers a range of features such as first-class TypeScript support, server-side rendering support, and individually packaged and released components. The theme aims to provide a thin, light, and spec-compliant wrapper around Material Design Components for the Web. Installation is easy using npm or yarn, and further documentation is available for usage and methodology.