Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.6.3

Portal

Portalは、現在のDOM階層の外側に要素をレンダリングするコンポーネントです。

ソース@yamada-ui/portal

Props

PortalProps

appendToParentPortal

説明

If true, the portal will check if it is within a parent portal and append itself to the parent's portal node. This provides nesting for portals. If false, the portal will always append to document.body regardless of nesting. It is used to opt out of portal nesting.

タイプ

boolean

デフォルト

true

containerRef

説明

The ref to the component where the portal will be attached to.

タイプ

RefObject<HTMLElement | null>

isDisabled

説明

If true, the forwarding will be disabled.

タイプ

boolean

GitHubでこのページを編集する

CloseButtonFocusLock