项目作者: szchenghuang

项目描述 :
Extend MDUI into ReactJS
高级语言: JavaScript
项目地址: git://github.com/szchenghuang/react-mdui.git
创建时间: 2016-12-30T05:48:45Z
项目社区:https://github.com/szchenghuang/react-mdui

开源协议:MIT License

下载


Build Status
NPM Package
Dependency status
devDependency status

react-mdui

MDUI in ReactJS.

Demo

Demo is a preview application for your reference.

Install

  1. npm install react-mdui --save

Usage

Take Button for example:

  1. import { Button } from 'react-mdui';
  2. const button = (
  3. <Button
  4. node="button"
  5. raised
  6. block
  7. ripple
  8. disabled
  9. >
  10. Click Me!
  11. </Button>
  12. );

Components

Below is a list of available components. Each of them can be imported by either
default import of named import for flexibility, namely

  1. import { Button } from 'react-mdui';
  2. import Button from 'react-mdui/Button';

License

MIT. See LICENSE.md for details.