Components
Components
New
Popover
Non-modal floating surface for lightweight forms and details. Prefer Dialog when the task needs focus lock.
Dimensions
| Prop | Type | Default | Description |
|---|---|---|---|
| open | boolean | — | Controlled open state |
| onOpenChange | (open) => void | — | Open state callback |
| side | top | right | bottom | left | bottom | Preferred side of trigger |
| align | start | center | end | center | Alignment along the side |