Documentation
¶
Overview ¶
templ: version: v0.2.648
templ: version: v0.2.648
Index ¶
- func RawInput(name, inputType string, fieldValue interface{}, options *InputOptions) templ.Component
- func RawOption(option Option) templ.Component
- func RawOptionGroup(option OptionGroup) templ.Component
- func RawOptions(options []Option) templ.Component
- func RawSelect(name string, selectOptions *SelectOptions) templ.Component
- type GenericOptions
- type InputOptions
- type Option
- type OptionGroup
- type SelectOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RawInput ¶
func RawInput(name, inputType string, fieldValue interface{}, options *InputOptions) templ.Component
func RawOptionGroup ¶
func RawOptionGroup(option OptionGroup) templ.Component
func RawOptions ¶
Types ¶
type GenericOptions ¶
type InputOptions ¶
type InputOptions struct {
GenericOptions
Placeholder string
FirstLoad bool
FieldError error
}
type OptionGroup ¶
type SelectOptions ¶
type SelectOptions struct {
GenericOptions
Multiple bool
Size int
}
Click to show internal directories.
Click to hide internal directories.