package
0.0.0-20230313030019-42159231bbd3
Repository: https://github.com/wideway/public.git
Documentation: pkg.go.dev
# Functions
NewButton new button.
NewCheckBox new checkbox.
NewForm new form.
NewInputField new input label and field.
NewModal new modal.
NewSelect new select.
NewValidator new validator.
# Constants
TypeButton type is button component.
TypeCheckBox type is checkbox component.
TypeInputField type is input component.
TypeRadio type is radio component.
TypeSelect type is select component.
TypeTable type is table component.
# Structs
Attributes text and hilight color.
Button button struct.
CheckBox struct.
Field struct.
Form form struct.
FormData form data struct.
InputField struct.
Label struct.
Margin struct.
Modal struct.
Position component position.
Select struct.
Validate validate struct.
Validator validate struct.
# Type aliases
ComponentType component type.
Handler define handler type.
Handlers handlers.