UI ELEMENTS
With Ink you can create from simple form submission buttons to button groups and toolbars.
Buttons can be created with one of several markup elements, although <button>
is most appropriate. Just add the ink-button
class to get the button layout and then use an utility class to give it a specific meaning.
Class name | Description |
---|---|
ink-button |
Buttons root class. |
blue green orange red black
|
Defines the button theme. |
button-group |
Defines a wrapper to build a button group. Used with a <div> element. |
button-toolbar |
Defines a wrapper to build a button toolbar. Used with a <div> element. |
Example