SigmaKit.Components.Popups
(sigma_kit v0.0.31)
Functions
Attributes
placement (:string) - Defaults to "top".class (:any) - Defaults to nil.plain (:boolean) - If true, the popover will not have a shadow or border. Defaults to false.nopad (:boolean) - If true, the popover will not have internal padding. Defaults to false.trigger_click (:boolean) - If true the popover will open on click, instead of on hover. Defaults to false.minwidth (:boolean) - If true the popover will have a min-width equal to the trigger element. Defaults to false.events (:boolean) - if true events will be sent for open and close events and the open value should be passed. Defaults to false.open (:boolean) - used to manually show the popover on mount. Defaults to false.- Global attributes are accepted. Any additional HTML attributes to add to the floating container.
Slots