Documentation
¶
Index ¶
- func Accordion(name string, args ...any) *accordion
- func AccordionItem(args ...any) *accordionitem
- func CheckboxGroup(name string, args ...any) *inputswitch
- func FlushAccordion(name string, args ...any) *accordion
- func Form(name string, args ...any) *form
- func InlineCheckboxGroup(name string, args ...any) *inputswitch
- func InlineRadioGroup(name string, args ...any) *inputswitch
- func InlineSwitchGroup(name string, args ...any) *inputswitch
- func Input(name string, args ...any) *input
- func InputGroup(args ...any) *inputgroup
- func MultiSelect(name string, args ...any) *selectinput
- func NumberInput(name string, args ...any) *input
- func Option(name, value string) *inputoption
- func Pagination(args ...any) *pagination
- func PaginationItem(args ...any) *paginationitem
- func PasswordInput(name string, args ...any) *input
- func Progress(args ...any) *progress
- func RadioGroup(name string, args ...any) *inputswitch
- func RangeInput(name string, args ...any) *input
- func SearchInput(name string, args ...any) *input
- func Select(name string, args ...any) *selectinput
- func StripedProgress(args ...any) *progress
- func SwitchGroup(name string, args ...any) *inputswitch
- func Textarea(name string, args ...any) *input
- func WithAutocomplete(tokens ...string) mvc.Opt
- func WithMinMax(min, max int) mvc.Opt
- func WithPlaceholder(placeholder string) mvc.Opt
- func WithRequired() mvc.Opt
- func WithTooltip(name string) mvc.Opt
- func WithoutAutocomplete() mvc.Opt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccordionItem ¶
func AccordionItem(args ...any) *accordionitem
func CheckboxGroup ¶
func FlushAccordion ¶
func InlineCheckboxGroup ¶
func InlineRadioGroup ¶
func InlineSwitchGroup ¶
func InputGroup ¶
func InputGroup(args ...any) *inputgroup
func MultiSelect ¶
func NumberInput ¶
func Pagination ¶
func Pagination(args ...any) *pagination
func PaginationItem ¶
func PaginationItem(args ...any) *paginationitem
func PasswordInput ¶
func RadioGroup ¶
func RangeInput ¶
func SearchInput ¶
func StripedProgress ¶
func StripedProgress(args ...any) *progress
func SwitchGroup ¶
func WithAutocomplete ¶
func WithMinMax ¶
func WithPlaceholder ¶
func WithRequired ¶
func WithTooltip ¶
func WithoutAutocomplete ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.