Documentation

accent()

Enables the accent button style variant (for a primary/accent-colored button).

accent(enabled?: BindingOrValue<boolean | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related