Bootstrap Link Button
A button styled as a bootstrap link, used for navigation or actions that look like links but behave as buttons. Useful for actions that should look like links but require button semantics.
Usage
Directive (Preferred)
Component
<a href="/path" ariaLabel="Bootstrap Link Button" bsLinkButton>Bootstrap Link Button</a>API Reference
The Bootstrap Link Button extends the Base Button and overrides below properties for link behavior. See
Below are the inputs overridden by the Bootstrap Link Button.
| Name | Type | Default | Description |
|---|---|---|---|
label | string | 'Edit' | Button label |
icon | string | 'search' | Material icon name to display |
classes | string | 'btn text-primary' | CSS classes to apply |
