Components Buttons Bootstrap Link Button

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 Base Button for inherited properties.

Below are the inputs overridden by the Bootstrap Link Button.

NameTypeDefaultDescription
labelstring'Edit'Button label
iconstring'search'Material icon name to display
classesstring'btn text-primary'CSS classes to apply