material-styled-components

0.2.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i material-styled-components

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • nielsrowinbik