Module 02: Forms & Inputs
Data entry components and layout patterns.
Catalyst forms are built by composing Field, Label, Description, and the input control itself.
1. Text Inputs
Basic text entry using Input and Textarea.
We'll only use this for spam.
Tell us a little about yourself.
2. Selection Controls
Use Select for native dropdowns, Listbox for custom UI dropdowns, and Radio/Checkbox for options.
Plan
For scaling teams.
3. Toggles (Switches)
Use Switch for binary on/off states.
Disable all network connections.