-
Notifications
You must be signed in to change notification settings - Fork 7
AlertLink
Mika Berglund edited this page Feb 28, 2020
·
2 revisions
This component can be used inside of Alert
components to provide link colors matching with the parent Alert
component.
AlertLink
: Anchor
This component does not currently expose any parameters.
Add a link to a simple alert. You can use any attributes for an <a>
element on the AlertLink component too. These will be added to the resulting <a>
element.
@using BlazorBootstrap.Components
<Alert Color="NamedColor.Success">
We have received your order! You can follow the delivery <AlertLink href="https://..." target="_blank">here</AlertLink>.
</Alert>
- Home
- Design Principles
- Getting Started
- Components
- Content
- Layout Components
- Generic Elements
- Utilities
- Releases