Components Buttons Edit SVG Icon Button

Edit SVG Icon Button

A button for edit actions using a custom SVG icon. The Edit SVG Icon Button extends the Base Button and displays a custom SVG icon for edit actions. Useful for consistent iconography across your app.

Usage

Directive (Preferred)
Component
<button ariaLabel="Edit item" (click)="onEdit()" editSvgIconButton>Edit</button>

API Reference

The Edit SVG Icon Button extends the Base Button and overrides below properties for edit behavior. See Base Button for inherited properties.

Below are the inputs overridden by the Edit SVG Icon Button.

NameTypeDefaultDescription
labelstring'Edit'Button label
iconstring'edit'Material icon name to display
classesstring'primary-button'CSS classes to apply