Documentation

small()

Enables the small button style variant (reduced font size and padding).

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

Parameters

Return value

The builder instance for chaining.

Related