diff --git a/docs/button.html b/docs/button.html index 04dfd1bd1..d60d3bbf5 100755 --- a/docs/button.html +++ b/docs/button.html @@ -19,6 +19,7 @@ + @@ -138,182 +139,232 @@
A standard button
+Changes when a user moves their cursor over it
Changes when pressed using touch or mouse events
Changes to show it is currently the selected user action
Changes to show it is currently unable to be interacted with
Can show a loading indicator:
Can alert to a succesful action:
Can alert user of an error:
Can have different sizes:
-Can have different sizes:
+Can have different colors:
+Can be positive or negative:
+Can fit parent container:
+Can be bubbly:
+Can be formatted as an icon toolbar:
+Can have different colors:
-Can be positive or negative:
-Can fit parent container:
-Can be bubbly:
-Can be formatted as an icon toolbar:
-Can be attached to the top or bottom of other content
+Can be attached to the top or bottom of other content
-Can be attached to the left or right of other content
-Can be attached to the left or right of other content
+Can be attached to an input field
-Can be attached to an input field
+Can exist together as groups
-Groups can be separated by conditionals
-Can exist together as groups
+Groups can be separated by conditionals
+Singular variations can be applied to groups to infer all elements share the same quality
- -Groups can be formatted as icon toolbars
-Groups can be formatted as icon toolbars
+Groups can be divided evenly to fit parent
-Groups can be divided evenly to fit parent
+Groups can have a shared color
-Groups can have a shared color
+Groups can have a shared size
-Groups can have a shared size
+A form is a collection of user input elements, and has no stylings of its own.
-Let's go ahead and get you signed up.
-Let's go ahead and get you signed up.
+A field is a form element containing a label and an input
A textarea uses the default form element
-A textarea uses the default form element
+Checkboxes are styled forms of standard form checkboxes.
-Checkboxes are styled forms of standard form checkboxes.
+Text blocks have special meaning inside a form tag. All message blocks are hidden by default.
-Text blocks have special meaning inside a form tag. All message blocks are hidden by default.
+If a form is in loading state, it will automatically show a loading indicator:
- -If a form is in loading state, it will automatically show a loading indicator:
+ +If form is in an error state, it will automatically show any error message blocks:
-You can only sign up for an account once with a given e-mail address.
-If form is in an error state, it will automatically show any error message blocks:
+You can only sign up for an account once with a given e-mail address.
+If form is in warning state, it will automatically show any warning message block:
- -If form is in warning state, it will automatically show any warning message block:
+ +Individual fields may contain an error state
- -Individual fields may contain an error state
+ +Individual fields may be disabled or read only
- -Individual fields may be disabled or read only
+ +A form can also be small or large
-A form can also be small or large
+A form on a dark background may have to invert its color scheme
- -A form on a dark background may have to invert its color scheme
+ +A field can have its label next to instead of above it.
-A field can have its label next to instead of above it.
+A field can let users know they are for dates
-A field can let users know they are for dates
+Fields can exist side by side to show relation
-Fields can exist side by side to show relation
+