-
Notifications
You must be signed in to change notification settings - Fork 0
Components
These are the currently available component types for use in the Spark UI-Schema.
Used for repeatable sections of a form, allows for optional add and remove as well as maxItems/minItems. Allows for an optional title.
A simple checkbox, useful for boolean input.
A group of checkboxes, useful for multiple selections.
This is the general input type, options are a label and help messaging.
Simply groups a set of other controls together with an optional title.
Can accept any generic html, useful for general messaging not tied to a form value.
Like checkboxes, but only allows one to be selected at a time. Useful for single-select of a short list of items.
Like fieldset, but more generic.
A select input, useful when there are multiple items to select from and a radio list would be too long.
A button that is meant to be the final action taken on the form that validates and sends the collected input.
Like the array component, but each item is in a tab.
Allows for sections of the form to be organized under a tabbed navigation.
Used for long blocks of text input.