BaseButtonClose

Buttons shapes

Close buttons are a common part of any application. Close buttons can have different shapes using the shape prop.

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

Primary color

Close buttons are a common part of any application. Close buttons can have different colors using the color prop.

Show code

Muted color

Close buttons are a common part of any application. Close buttons can have different colors using the color prop.

Show code
color
The color of the button. Can be 'default' or 'muted.
Show example
shape
The shape of the button.
Show example