0.0.8 • Published 1 year ago

react-func-modal v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago