tesserae
1.0.0
Tesserae is a UI toolkit for building websites entirely in C#, inspired by Microsoft's Fluent UI toolkit.
It uses the h5 C# to Javascript compiler to provide an easy to use, strongly typed UI development experience.
install-package Tesserae
For development, we recomend installing the dotnet serve global tool, so you can test your site locally:
cd binDebugnetstandard2.0h5
dotnet serve --port 5000
start http://localhost:5000/The Tesserae.Tests project contains multiple samples of how to use this library. It is also built automatically and hosted on our website.