Documentation
¶
Overview ¶
templ: version: v0.2.747
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FormAction ¶
type FormAction struct { Method string Action string Actions FormActionsMap }
type FormActionItem ¶
type FormActionType ¶
type FormActionType string
const PrimaryFormAction FormActionType = "primaryFormAction"
const SecondaryFormAction FormActionType = "secondaryFormAction"
type FormActionsMap ¶
type FormActionsMap map[FormActionType]FormActionItem
type FormProps ¶
type FormProps struct { base.ElementProps Action FormAction EncodingType string FloatingLabels bool IsNested bool }
func (FormProps) BuildClassNames ¶
Click to show internal directories.
Click to hide internal directories.