View Source SaladUI.Popover (SaladUI v0.14.9)
Implement Popover component
Usage
<.popover>
<.popover_trigger target="my-id">
<.button variant="link">
@salad_ui
</.button>
</.popover_trigger>
<.popover_content id="my-id" side="left">
Hover card content
</.popover_content>
</.popover>
Summary
Functions
Render popover wrapper
Attributes
class(:string) - Defaults tonil.- Global attributes are accepted.
Slots
inner_block(required)
Render popover content
Attributes
id(:string) (required) - The id of target element to show popover, this must be the same as the target in popover_trigger.class(:string) - Defaults tonil.side(:string) - Defaults to"top".align(:string) - Defaults to"center".open(:boolean) - Defaults tofalse.- Global attributes are accepted.
Slots
inner_block(required)
Render popover trigger
Attributes
class(:string) - Defaults tonil.target(:string) (required) - The id of target element to show popover.- Global attributes are accepted.
Slots
inner_block(required)