@redchili/react-modal
v1.1.0
Published
基于 React 的模态弹层
Downloads
3
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