gentle-material

0.0.1 • Public • Published

Gentle Material

yet another react material-design ui

Usage

$ tnpm install --save gentle-material

Use production

  • First, import style in your entry file. It's only need to be import once.
`import "material-design/dist/index.css";` 
  • Then, in any file, you can use Gentle Material Components.
import { RaisedButton } from 'gentle-material'; 

Use source

If you just need some but not all components, you can just import source to save code lines.

  • First, import style in your entry file. It's only need to be import once.
import 'gentle-material/src/style/index.less';
  • Then, import components from source.
import { RaisedButton, FlatButton, FloatingButton } from 'gentle-material/src/button';

Docs & API

Sorry, you have to wait, we are just keep working hard...

Readme

Keywords

none

Package Sidebar

Install

npm i gentle-material

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • yuhangge