Documentation

ghost()

Enables the ghost button style variant (transparent background, subtle hover).

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

Parameters

Return value

The builder instance for chaining.

Related