Custom ComponentSignals FirstAccessible

Button

Interactive button component supporting multiple aesthetic variants, size scales, icon-only layouts, rounded shapes, responsive focus rings, and an animated loading spinner.

Clicked: 0 times

Variant
Size

Code Example

HTMLTypeScript
example.component.htmlhtml
<be-button (clicked)="handleClick()">
  Click Me
</be-button>