chili-modal
v1.0.0-beta.1
Published
模态弹层
Downloads
2
Readme
chili-modal
模态弹层
Install
npm install --save chili-modal
Usage
import * as React from 'react'
import MyComponent from 'chili-modal'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © xiamu14