ReadonlyariaAccessible label forwarded to the native <button> as aria-label.
Use this when the button has no visible text content (e.g. icon-only buttons like a close/remove button).
ReadonlycolorColour preset.
ReadonlydisabledWhether the button is disabled.
ReadonlypillRender with fully rounded (pill / capsule) shape.
ReadonlysizeSize preset.
ReadonlytypeNative button type attribute.
ReadonlyvariantVisual style variant.
Thin wrapper around a native
<button>element.Content is projected via
<ng-content>, and native(click)events bubble up naturally — no custom output needed.Example