Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samrocksc/react-material-design-lite
React component wrappers around Google's Material Design Lite library
https://github.com/samrocksc/react-material-design-lite
Last synced: 20 days ago
JSON representation
React component wrappers around Google's Material Design Lite library
- Host: GitHub
- URL: https://github.com/samrocksc/react-material-design-lite
- Owner: samrocksc
- License: mit
- Created: 2015-07-14T18:45:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T22:39:06.000Z (almost 8 years ago)
- Last Synced: 2024-09-21T13:57:00.229Z (about 2 months ago)
- Language: JavaScript
- Size: 1.48 MB
- Stars: 37
- Watchers: 5
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-material-design-lite
React component wrappers around Google's Material Design Lite library## Requirements
Before using, default pages should have the MDL files loaded:
```
```
## Usage
The goal of RMDL is to keep it simple when creating an element and leverage the parent/child relationship of react.
Documents to come...