Documentation

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
vue

Size

Close buttons can have different sizes using the size prop.

Show code
vue

Color:default

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

Show code
vue

Color:muted

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

Show code
vue

Color:primary

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

Show code
vue

Color:info

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

Show code
vue

Color:success

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

Show code
vue

Color:warning

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

Show code
vue

Color:danger

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

Show code
vue
color
The color of the button.
Show example
vue
rounded
The radius of the button.

@since

2.0.0

Show example
vue
size
The size of the button.
Show example
vue
#default
This slot has no inherted props
Show example
vue
color
The color of the button.
Show example
vue
rounded
The radius of the button.
Show example
vue
size
The size of the button.
Show example
vue