add: FluentUI主题及其主题框架

This commit is contained in:
2024-01-20 17:10:32 +08:00
parent 586ac256b1
commit 25be0d2302
7 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
@page "/"
<h3>Home</h3>
<p class="test">Color Text</p>
@code {
}

View File

@@ -0,0 +1,3 @@
.test {
color: purple;
}