Edit Bootstrap Button
The Edit Bootstrap Button is an edit action rendered with Bootstrap button styling. It extends the Base Button and is commonly used to edit items in lists or tables.
Overview
Examples
Usage
Use the button through its directive selector on any element, or through its component selector. The directive form is preferred for new code; the component form remains supported.
<button editBsButton (click)="onEdit()" mat-button>Edit</button>API
An edit button with Bootstrap button styling, extending the base button. All other base inputs and outputs are inherited.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
label | string | 'Edit' | Button label text. |
classes | string | 'text-primary' | CSS classes applied to the button. |
See the Buttons introduction for the shared inputs, outputs and base-button API.
