Input Elements
Text Input
For text inputs and similar (search, password, etc.), you can just use the input class.
Number Input
For number inputs, there is a custom Svelte component, wrapping a number input.
Toggle
For toggles, there is a custom Svelte component, wrapping a checkbox input.
Radios
For radios, there is a custom Svelte component, wrapping a radio input.