Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Content ¶
func Content(props ...ContentProps) templ.Component
func FloatingUICore ¶
func FloatingUIDom ¶
func Trigger ¶
func Trigger(props ...TriggerProps) templ.Component
Types ¶
type ContentProps ¶
type Placement ¶
type Placement string
const ( PlacementTop Placement = "top" PlacementTopStart Placement = "top-start" PlacementTopEnd Placement = "top-end" PlacementRight Placement = "right" PlacementRightStart Placement = "right-start" PlacementRightEnd Placement = "right-end" PlacementBottom Placement = "bottom" PlacementBottomStart Placement = "bottom-start" PlacementBottomEnd Placement = "bottom-end" PlacementLeft Placement = "left" PlacementLeftStart Placement = "left-start" PlacementLeftEnd Placement = "left-end" )
type TriggerProps ¶
type TriggerProps struct { ID string Class string Attributes templ.Attributes For string TriggerType TriggerType }
type TriggerType ¶
type TriggerType string
const ( TriggerTypeHover TriggerType = "hover" TriggerTypeClick TriggerType = "click" )
Click to show internal directories.
Click to hide internal directories.