Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (14 sloc)
525 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="alert alert-secondary mt-4" role="alert"> | |
<span class="oi oi-pencil mr-2" aria-hidden="true"></span> | |
<strong>@Title</strong> | |
<span class="text-nowrap"> | |
Please take our | |
<a target="_blank" class="font-weight-bold" href="https://go.microsoft.com/fwlink/?linkid=2109206">brief survey</a> | |
</span> | |
and tell us what you think. | |
</div> | |
@code { | |
// Demonstrates how a parent component can supply parameters | |
[Parameter] | |
public string Title { get; set; } | |
} |