|
пре 2 недеља | |
---|---|---|
.. | ||
es | пре 2 недеља | |
lib | пре 2 недеља | |
LICENSE | пре 2 недеља | |
README.md | пре 2 недеља | |
package.json | пре 2 недеља |
React 18 supported Portal Component.
npm install
npm start
open http://localhost:8000
import Portal from 'rc-portal';
const Demo = () => {
return <Portal open>Hello World</Portal>;
};
export default Demo;
We use typescript to create the Type definition. You can view directly in IDE. But you can still check the type definition here.
Prop | Description | Type | Default |
---|---|---|---|
getContainer | Customize portal container element | Element | () => Element | document.body |
open | Show the portal | boolean | false |
autoLock | Lock screen scroll when open | boolean | false |