@zddi/portal
v1.0.0
Published
Portal
Downloads
2
Readme
Portal
Usage
npm install @dengyongchao/portal
yarn add @dengyongchao/portal
imoprt Portal from '@dengyongchao/portal';
class Example extends React.Component {
render() {
return (
<Portal open={true}> Content </Potal>
);
}
}
Arguments
open:true/flase