zino_dioxus

Module form

Source
Expand description

Generic form controls.

Structs§

Traits§

Functions§

  • The classic button in different colors, sizes, and states.
  • A list of buttons.
  • The 2-state checkbox in its native format.
  • A control that provides a menu of data entries.
  • A list of files and folders in a hierarchical tree structure.
  • A custom file upload input.
  • Attaches inputs, buttons, and dropdowns together with the form control.
  • A single field with the form control.
  • A container for the form field with a label.
  • Grouped fields with the form control.
  • The text input and its variations.
  • Native HTML progress bars.
  • The mutually exclusive radio buttons in their native format.
  • The multiline textarea and its variations.