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.
Toggle
For toggles, there is a custom Svelte component, wrapping a checkbox input.