Documentation
¶
Index ¶
- func Content(props ...ContentProps) templ.Component
- func IDFromContext(ctx context.Context) string
- func List(props ...ListProps) templ.Component
- func Script() templ.Component
- func Tabs(props ...Props) templ.Component
- func Trigger(props ...TriggerProps) templ.Component
- type ContentProps
- type ListProps
- type Props
- type TriggerProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Content ¶ added in v1.1.0
func Content(props ...ContentProps) templ.Component
func IDFromContext ¶ added in v1.1.0
func Trigger ¶ added in v1.1.0
func Trigger(props ...TriggerProps) templ.Component
Types ¶
type ContentProps ¶ added in v1.1.0
type ListProps ¶ added in v1.1.0
type ListProps struct {
ID string
Class string
Attributes templ.Attributes
}
type Props ¶ added in v1.1.0
type Props struct {
ID string
Class string
Attributes templ.Attributes
}
type TriggerProps ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.