Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@* Usage: @await Html.PartialAsync("_StatusChip", (Kind: "ok", Text: "Completed"))
|
||||
Kinds: neutral · ok · warn · bad · cool · ember *@
|
||||
@model (string Kind, string Text)
|
||||
<span class="pcl-chip pcl-chip-@Model.Kind">
|
||||
<span class="pcl-chip-dot"></span>@Model.Text
|
||||
</span>
|
||||
Reference in New Issue
Block a user