Components
popover
Popover content.
A small overlay that appears near a trigger element. Defined inside screens and triggered by :to "#id".
Use a button or clickable text with :to "#id":
(button "Info" :ghost :to "#info")
(text "Learn more" :to "#info")
accepts contentaccepts children
Identity
| Property | Type | Default |
|---|
:id | string | - |
Spacing
| Property | Type | Default |
|---|
:gap | number | 0 |
:padding | number | 0 |
Dimensions
| Property | Type | Default |
|---|
:width | any | - |
:height | any | - |
Position
| Property | Type | Default |
|---|
:position | symbol | - |
:top | flag | - |
:bottom | flag | - |
:left | flag | - |
:right | flag | - |
State
| Property | Type | Default |
|---|
:open | flag | - |
Content
| Property | Type | Default |
|---|
:title | string | - |