Buttons shapes

Buttons are an essential part of any application. Actions can have different shapes using the shape prop.

Default shape of all <BaseButtonAction> can be set in your .app/app.config.ts.
Show code

Primary color

Actions can have different colors. The following example shows a primary button.

Show code

Muted color

Actions can have different colors. The following example shows a muted button.

Show code

Loading state

Actions can be shown in a loading state. Use the loading prop to show a loading indicator.

Show code

Actions group

Actions can be grouped into a single element using the BaseButtonGroup component.

Show code
This component has no props