Utilities
Installation
CLI
Manual
Install the following dependencies:
Copy and paste the following code into your project.
Usage
Custom Container
Specify a target container for portal rendering:
API Reference
Portal
A component that renders its children into a different part of the DOM tree using React's createPortal
.
Props
Prop | Type | Default |
---|---|---|
asChild? | boolean | false |
container? | Element | DocumentFragment | null | document.body |