Components Buttons Manage Button

Manage Button

A button for management actions, such as opening settings or admin panels. The Manage Button extends the Base Button and is styled for actions related to management or administration. It may include a gear or settings icon.

Usage

Directive (Preferred)
Component
<button ariaLabel="Manage settings" (click)="onManage()" manageButton>Manage</button>

API Reference

The Manage Button extends the Base Button and overrides below properties for management behavior. See Base Button for inherited properties.

Below are the inputs overridden by the Manage Button.

NameTypeDefaultDescription
labelstring'Manage'Button label
iconstring'settings'Material icon name to display
classesstring'mr-3 btn btn-secondary secondary-button'CSS classes to apply