0.2.0 • Published 6 years ago

material-styled-components v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Material Styled Components

A set of Styled Components that implement Google's Material Design.

$ npm install material-styled-components
$ yarn add material-styled-components

npm Build status

dependencies Status devDependencies Status

Usage

This quick example should get you going within seconds:

import React from 'react';
import { render } from 'react-dom';
import Button from 'material-styled-components/Button';

function App() {
  return (
    <Button>Hello World</Button>
  );
}

render(<App />, document.querySelector('#app'));

Contributing

Thanks for wanting to help make Material Styled Components better! We invite you to use GitHub Issues for any feature requests, questions, and so forth. Please try to label your issue appropriately.

Read more on contributions in CONTRIBUTING.md.

License

This project is licensed under the MIT license.

0.2.0

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago