Documentation
¶
Overview ¶
templ: version: v0.3.857
templ: version: v0.3.857
templ: version: v0.3.857
templ: version: v0.3.857
templ: version: v0.3.857
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseField ¶
type Button ¶
type Button struct {
BaseField
Class string
Palette style.PaletteClass
Content templ.Component
Disabled bool
Type string
IconLeft templ.Component
IconRight templ.Component
}
func (Button) GetBaseField ¶
type Html ¶
func (Html) GetBaseField ¶
type Input ¶
type Input struct {
BaseField
Type string
PlaceHolder string
IconRight templ.Component
IconLeft templ.Component
}
func (Input) GetBaseField ¶
type Select ¶
type Select struct {
BaseField
Options []SelectOption
PlaceHolder string
}
func (Select) GetBaseField ¶
type SelectOption ¶
Click to show internal directories.
Click to hide internal directories.