Button
Button component for Universal Dashboard
Buttons allow users to take actions, and make choices, with a single tap.
Contained Button

Contained buttons are high-emphasis, distinguished by their use of elevation and fill. They contain actions that are primary to your app.
Outlined Button

Outlined buttons are medium-emphasis buttons. They contain actions that are important, but aren’t the primary action in an app.
Control Button Size
You can control the pixel size of a button based on pixel size by using the Style parameter
Buttons with icons and label

Sometimes you might want to have icons for certain button to enhance the UX of the application as we recognize logos more easily than plain text. For example, if you have a delete button you can label it with a dustbin icon.
Buttons with event handlers
You can specify a script block to execute when the button is clicked
Loading Button

Loading buttons will display a loading icon while an event handler is running. This is useful for longer running events.
API
Last updated