FormsExample FormIn this demonstration we have used common components that might be found in a typical form. You can see the setup below in the code excerpt below the demo.You will need to fill the form inputs that are required (marked accordingly) before the 'Send' button is active. You can put what you like there as this form is not actually sending the form entries back to the server.We have randomized this form so that the submit result will either be 'Success', 'Warning', or 'Error' and the feedback will reflect this. We have also added a mocked delay on submitting the form, so you can see the 'Sending...' button feedback.Fields marked with * are required ButtonsButtons, need we explain? Oh, I suppose we could mention that we can set the priority to a 'secondary' level and also set a button to be disabled. ToggleButtonsToggle buttons are like buttons except that they change state depending on whether they are active or not. ButtonGroupsButton Groups are a list of buttons visually bounded together. Action Feedback ButtonsAction Feedback Buttons are like normal buttons but offer a better feedback for processing and results to the action of clicking the button (i.e. success, warnings or errors). Please click each of the three active buttons below to see examples of all three results. TextFieldsA text input with no attributes.Another text input input with some standard attributes (placeholder and autoComplete)A password field acting as expected. NewPasswordTextFieldsThis component provides a ready made dual set of Password and Password Confirm inputs with a password strength indication.SLU1#R SelectsSelects/Options will give you the familiar dropdown picker component. SwitchesSwitches are a good replacement for checkboxes.Set these two buttons to true SlidersSliders will give you a range of values that you can quickly adjust.Plain and bare-boned ...With an initial starting value and the current value displayed ...30With min, max and step values ...0With min, max, steps and ticks ...100
Example Form
In this demonstration we have used common components that might be found in a typical form. You can see the setup below in the code excerpt below the demo.
You will need to fill the form inputs that are required (marked accordingly) before the 'Send' button is active. You can put what you like there as this form is not actually sending the form entries back to the server.
We have randomized this form so that the submit result will either be 'Success', 'Warning', or 'Error' and the feedback will reflect this. We have also added a mocked delay on submitting the form, so you can see the 'Sending...' button feedback.
Fields marked with * are required
Buttons
Buttons, need we explain? Oh, I suppose we could mention that we can set the priority to a 'secondary' level and also set a button to be disabled.
ToggleButtons
Toggle buttons are like buttons except that they change state depending on whether they are active or not.
ButtonGroups
Button Groups are a list of buttons visually bounded together.
Action Feedback Buttons
Action Feedback Buttons are like normal buttons but offer a better feedback for processing and results to the action of clicking the button (i.e. success, warnings or errors). Please click each of the three active buttons below to see examples of all three results.
TextFields
A text input with no attributes.
Another text input input with some standard attributes (placeholder and autoComplete)
A password field acting as expected.
NewPasswordTextFields
This component provides a ready made dual set of Password and Password Confirm inputs with a password strength indication.
S
L
U
1
#
R
Selects
Selects/Options will give you the familiar dropdown picker component.
Switches
Switches are a good replacement for checkboxes.
Set these two buttons to true
Sliders
Sliders will give you a range of values that you can quickly adjust.
Plain and bare-boned ...
With an initial starting value and the current value displayed ...
30
With min, max and step values ...
0
With min, max, steps and ticks ...
100