0.0.5 • Published 4 months ago

react-func-modal v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

react-func-modal

NPM version NPM downloads

Install

$ yarn add react-func-modal

Example

import Modal from 'react-func-modal';
import YourWidget from 'your-component-path';

Modal.show({
   name: 'allotment',    // plan A need register
   component: YourWidget // plan B
   onOk: () => {},
   params: {
   }
})

LICENSE

MIT

0.0.5

4 months ago

0.0.4

4 months ago

0.0.2

5 months ago

0.0.1

5 months ago