@dengyongchao/portal
v0.6.6
Published
Portal
Downloads
3
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