Utilities
Installation
CLI
Manual
Install the following dependencies:
Copy and paste the following code into your project.
Usage
You can also specify a custom container:
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 |
---|---|---|
container | Element | DocumentFragment | document.body |
asChild | boolean | false |