An open API service indexing awesome lists of open source software.

https://github.com/mewa/react-material-components-web

The most accurate React reflection of material-components-web
https://github.com/mewa/react-material-components-web

javascript material-components material-components-web material-design react

Last synced: 2 months ago
JSON representation

The most accurate React reflection of material-components-web

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/mewa/react-material-components-web.svg?branch=development)](https://travis-ci.org/mewa/react-material-components-web)

# React Material Components

This project aims to create a React library that exposes an interface to [material-components-web](https://github.com/material-components/material-components-web) implementation.

All components will be implemented using proper Foundation classes, where applicable, to ensure maximum compatibility with Material Design specifications.

# Roadmap

The goal is to deliver a 100% compatible Material Design React implementation.
Each release is going to include new components until full coverage is achieved.

The next milestone is [v0.1](https://github.com/mewa/react-material-components-web/milestone/1)

Currently implemented components:

- [x] Button
- [x] Card
- [ ] Elevation
- [ ] Floating Action Button
- [ ] Textfield
- [ ] Toolbar

# Contribute

Pull requests are welcome!