Tesserae is a UI toolkit for building web applications using the H5 C# to JavaScript compiler


Keywords
HTML, UI, h5, components, csharp, netcore, spa, tesserae, ui-components, webapp
License
MIT
Install
Install-Package Tesserae -Version 2022.1.24800

Documentation

Build Status

tesserae

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.

Usage

Using NuGet:

Nuget

install-package Tesserae

Local development

For development, we recomend installing the dotnet serve global tool, so you can test your site locally:

cd \bin\Debug\netstandard2.0\h5\
dotnet serve --port 5000
start http://localhost:5000/

Samples

The Tesserae.Tests project contains multiple samples of how to use this library. It is also built automatically and hosted on our website.