$ yarn add react-func-modalimport 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: {
}
})
MIT