Popover
Displays rich content in a panel anchored to a trigger. Click to open, click outside or Escape to close. Requires Alpine.js.
Usage
Dimensions
Set the dimensions for the layer.
Composition
code
Popover
├── PopoverTrigger
└── PopoverContent
Place any controls or copy here.
API Reference
Popover
| Prop | Type | Default | Description |
|---|---|---|---|
open |
bool |
false |
Initial open state |
Named slot: content for the progressive panel.
PopoverContent
| Prop | Type | Default | Description |
|---|---|---|---|
side |
top | bottom | start | end |
bottom |
Preferred side |
align |
start | center | end |
center |
Alignment along the side |