FloatingPanel
Viewport-anchored floating panel built from Base UI modal atoms for contextual side conversations, task runs, inspectors, and other non-blocking auxiliary surfaces.
import { FloatingPanel } from '@lobehub/ui/base-ui';Feedback
Basic
Loading preview
Notes
FloatingPanelis resizable by default. The active resize handles follow the placement anchor so the panel remains attached to its viewport corner.- Use
minWidth,maxWidth,minHeight, andmaxHeightto constrain resize bounds. - Use
resizable={false}for fixed auxiliary panels.
Helpful?