Radius

Close buttons are a common part of any application. Close buttons can have different radius factors using the rounded prop.

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

Size

Close buttons can have different sizes using the size prop.

Show code

Color:default

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

Show code

Color:muted

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

Show code

Color:primary

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

Show code

Color:info

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

Show code

Color:success

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

Show code

Color:warning

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

Show code

Color:danger

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

Show code
rounded
The radius of the button.

@since

2.0.0

@default

'full'

Show example
size
The size of the button.

@default

'sm'

Show example
color
The color of the button.

@default

'default'

Show example