@@ -34,6 +34,11 @@ For a quick preview of what these look like, checkout out their Internet Hosted
34
34
<img class="p-2" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/blazor-vue.png"></div>
35
35
<div class="bg-gray-50 dark:bg-gray-800 text-gray-600 dark:text-gray-300 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">blazor-vue.web-templates.io</div>
36
36
</a>
37
+ <a class="block group border dark:border-gray-800 hover:border-indigo-700 dark:hover:border-indigo-700" href="https://blazor-wasm.web-templates.io">
38
+ <div style="max-height:350px;overflow:hidden">
39
+ <img class="p-2" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/blazor-wasm.png"></div>
40
+ <div class="bg-gray-50 dark:bg-gray-800 text-gray-600 dark:text-gray-300 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">blazor-wasm.web-templates.io</div>
41
+ </a>
37
42
<a class="block group border dark:border-gray-800 hover:border-indigo-700 dark:hover:border-indigo-700" href="https://razor.web-templates.io">
38
43
<div style="max-height:350px;overflow:hidden">
39
44
<img class="p-2" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/razor.png"></div>
@@ -49,11 +54,6 @@ For a quick preview of what these look like, checkout out their Internet Hosted
49
54
<img class="p-2" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/razor-bootstrap.png"></div>
50
55
<div class="bg-gray-50 dark:bg-gray-800 text-gray-600 dark:text-gray-300 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">razor-bootstrap.web-templates.io</div>
51
56
</a>
52
- <a class="block group border dark:border-gray-800 hover:border-indigo-700 dark:hover:border-indigo-700" href="https://mvc-bootstrap.web-templates.io">
53
- <div style="max-height:350px;overflow:hidden">
54
- <img class="p-2" src="https://raw.githubusercontent.com/ServiceStack/Assets/master/csharp-templates/mvc-bootstrap.png"></div>
55
- <div class="bg-gray-50 dark:bg-gray-800 text-gray-600 dark:text-gray-300 font-semibold group-hover:bg-indigo-700 group-hover:text-white text-center py-2">mvc-bootstrap.web-templates.io</div>
56
- </a>
57
57
</div >
58
58
59
59
@@ -62,6 +62,7 @@ Identity Auth in your own projects:
62
62
63
63
- [ blazor] ( https://github.com/NetCoreTemplates/blazor )
64
64
- [ blazor-vue] ( https://github.com/NetCoreTemplates/blazor-vue )
65
+ - [ blazor-wasm] ( https://github.com/NetCoreTemplates/blazor-wasm )
65
66
- [ razor] ( https://github.com/NetCoreTemplates/razor )
66
67
- [ mvc] ( https://github.com/NetCoreTemplates/mvc )
67
68
- [ razor-bootstrap] ( https://github.com/NetCoreTemplates/razor-bootstrap )
0 commit comments