@zddi/portal

1.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (24)

    Package Sidebar

    Install

    npm i @zddi/portal

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    1.11 MB

    Total Files

    6

    Last publish

    Collaborators

    • dengyongchao