This repository was archived by the owner on Jan 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
AlertLink
Mika Berglund edited this page Jan 4, 2020
·
3 revisions
This component can be used inside of Alert components to provide link colors matching with the parent Alert component.
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
- Layout Components
- Generic Elements
- Layout Utilities
- Releases