Package Description


Keywords
blazor, components, csharp, dotnet, ui, web
License
MIT
Install
Install-Package W3.UI -Version 0.1.0-build20200206-1353

Documentation

W3 UI

W3 UI is a set of Web components for Blazor, based on the W3Schools How To tutorials.

The components have been implemented with Razor, C# and SCSS.

This project is not affiliated with W3Schools.

Use Cases

Install

$ dotnet add package W3.UI --version 0.1.0-*

Goal

The goal is to provide a basic set of components, based on the W3Schools CSS styles, to be used when building web apps using Blazor.

Strategy

Implement components in Razor and C#, and avoid the use of TypeScript/JavaScript.

Port stylesheets to SCSS.

Sample app

View it here!