Portal
Portal component from @bungas/ui
Portal component from @bungas/ui
The Portal component from Bungas UI.
The content below is rendered via Portal to document.body
Portal content rendered into custom container below:
Custom container
npm install @bungas/uiimport { Portal } from "@bungas/ui"import { Portal } from "@bungas/ui"
export function Example() {
return <Portal />
}The content below is rendered via Portal to document.body
Portal content rendered into custom container below:
Custom container