1.0.4 • Published 6 years ago

yoyi-common v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

yoyi-common

common components for yoyi

npm CircleCI npm download

Install

npm install yoyi-common

Usage

import { EditTableCell } from 'yoyi-common'
 ReactDOM.render(<EditTableCell />, mountNode);

style

["import", { "libraryName": "yoyi-common", "style": true, "camel2DashComponentName": false }]

Development

npm run site

Open your browser and visit http://127.0.0.1:8050 .

Publish

npm run compile
 npm login
 npm publish