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
- Host: GitHub
- URL: https://github.com/mewa/react-material-components-web
- Owner: mewa
- Created: 2017-04-16T17:20:34.000Z (about 9 years ago)
- Default Branch: development
- Last Pushed: 2017-04-20T02:25:20.000Z (about 9 years ago)
- Last Synced: 2025-01-18T23:41:52.960Z (over 1 year ago)
- Topics: javascript, material-components, material-components-web, material-design, react
- Language: JavaScript
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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!