A sparse collection of UI components to be used together with mithril and polythene.
A component to select an item out of an API resource, e.g. a user.
A component to select an item from a given set.
Input fields are all set up to display errors. These errors are e.g. set by the Form
class that validates a full form against a jsonschema.
number input is not very well supported by modern browsers, use with caution.
Selection of date and time is build out of html date and time input types (as there is no datetime type that is widely supported yet). The input field uses the native date selector from the browser.
This field designed to fit into the standard material design forms while still relying mostly on native elements of the browsers.
A card that is collapsed by default and expands when selected, to hide content that would otherwise take too much screenspace.