Documentation
¶
Overview ¶
templ: version: v0.3.977
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Label ¶
func Label(props ...LabelProps) templ.Component
Label renders a <p> with the label class for input descriptions.
func Legend ¶
func Legend(props ...LegendProps) templ.Component
Legend renders a <legend> with the fieldset-legend class.
Types ¶
type LabelProps ¶
type LabelProps struct {
Class string
Attributes templ.Attributes
}
type LegendProps ¶
type LegendProps struct {
Class string
Attributes templ.Attributes
}
Click to show internal directories.
Click to hide internal directories.