Documentation

bare()

Enables the bare button style variant (no background, border, or interaction highlight).

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

Parameters

Return value

The builder instance for chaining.

Related