Documentation
¶
Index ¶
- func Close(props ...CloseProps) templ.Component
- func Content(props ...ContentProps) templ.Component
- func Description(props ...DescriptionProps) templ.Component
- func Footer(props ...FooterProps) templ.Component
- func Header(props ...HeaderProps) templ.Component
- func Sheet(props ...Props) templ.Component
- func Title(props ...TitleProps) templ.Component
- func Trigger(props ...TriggerProps) templ.Component
- type CloseProps
- type ContentProps
- type DescriptionProps
- type FooterProps
- type HeaderProps
- type Props
- type Side
- type TitleProps
- type TriggerProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Close ¶
func Close(props ...CloseProps) templ.Component
func Content ¶
func Content(props ...ContentProps) templ.Component
func Description ¶
func Description(props ...DescriptionProps) templ.Component
func Footer ¶
func Footer(props ...FooterProps) templ.Component
func Header ¶
func Header(props ...HeaderProps) templ.Component
func Title ¶
func Title(props ...TitleProps) templ.Component
func Trigger ¶
func Trigger(props ...TriggerProps) templ.Component
Types ¶
type CloseProps ¶
type CloseProps struct {
ID string
Class string
Attributes templ.Attributes
For string
}
type ContentProps ¶
type DescriptionProps ¶
type DescriptionProps struct {
ID string
Class string
Attributes templ.Attributes
}
type FooterProps ¶
type FooterProps struct {
}
type HeaderProps ¶
type HeaderProps struct {
ID string
Class string
Attributes templ.Attributes
}
type TitleProps ¶
type TitleProps struct {
ID string
Class string
Attributes templ.Attributes
}
type TriggerProps ¶
type TriggerProps struct {
ID string
Class string
Attributes templ.Attributes
For string // Reference to a specific sheet ID (for external triggers)
}
Click to show internal directories.
Click to hide internal directories.