Skip to content
/ rmwc Public
forked from rmwc/rmwc

A React wrapper for Material Design (Web) Components

License

Notifications You must be signed in to change notification settings

EmiBemi/rmwc

This branch is 1533 commits behind rmwc/rmwc:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 6, 2020
Mar 24, 2020
Nov 7, 2019
Jul 8, 2020
Sep 11, 2020
Mar 27, 2020
Mar 30, 2020
Jun 29, 2021
Apr 10, 2019
Nov 7, 2019
Feb 18, 2020
Mar 28, 2020
May 7, 2019
Mar 27, 2020
Jul 19, 2018
Nov 26, 2018
Sep 11, 2020
Jan 24, 2018
Jun 29, 2021
Mar 28, 2020
Aug 19, 2017
Dec 9, 2020
Feb 15, 2019
Sep 11, 2020
Jul 29, 2020
Jun 11, 2020
Nov 25, 2019
Apr 10, 2019
Nov 7, 2019
May 4, 2019

Repository files navigation

tests codecov npm npm npm Chat Backers on Open Collective Sponsors on Open Collective

RMWC - React Material Web Components

πŸ’₯ Attention: This project is currently receiving limited support. Issues may not be responded too. If you're interested in helping with maintenance and becoming a contributor or maintainer, please message me.

RMWC is a React UI Kit built on Google's official Material Components Web library v5.x.x https://rmwc.io/

Features:

  • Uses Google's official material-components-web library
  • Includes Addon components for ones missing from the official spec
  • Works in React 16.8.x and up
  • First class Typescript Support
  • Server side rendering support
  • Individually packaged and released components

Try it in the Code Sandbox

Like this project? Try out some of my others 😎

Recent updates

v6.0.0 is here! Check out the migration guide https://opencollective.com/rmwc/updates/6-0-0-the-hooks-edition

TL;DR

  • npm i rmwc@latest or npm i @rmwc/button@latest.
  • Embracing React Hooks
  • New components, and latest updates from Google.

View all release notes πŸ‘‰ https://opencollective.com/rmwc/updates

View the changelog for detailed updates: https://github.com/jamesmfriedman/rmwc/blob/master/CHANGELOG.md

Goals

  • To create the thinnest, lightest, and spec compliant wrapper around Google Material Design Components for the Web https://material.io/components/web/
  • To utilize the Foundation javascript classes from material-components-web
  • To be as unobtrusive and sensible as possible.
  • To fill the gaps in material-components-web with custom React community driven components.

Installation

  • npm i rmwc --save or yarn add rmwc

Additional information is available in the Installation Guide

Usage

Read the docs on how to Usage

Why?

Read the docs on Methodology

About Breaking Changes

RMWC avoids them at all costs! Read the docs on Methodology

To run the tests

  • On MacOS Sierra and higher, install watchman to fix a filesystem issue with Jest. brew install watchman
  • npm test

To run the docs / contribute

  • git clone https://github.com/jamesmfriedman/rmwc.git
  • cd rmwc
  • npm install
  • npm start

Contributions

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! πŸ™ [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

About

A React wrapper for Material Design (Web) Components

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 86.2%
  • CSS 5.6%
  • JavaScript 4.9%
  • HTML 3.3%