Tyne.Blazor
Blazor component library.
Installation
Package
dotnet add package Tyne.Blazor --version 4.0.0-rc1
Style sheet
Some of Tyne's Blazor components contain custom styling. These needs the following reference adding to your index.html
or _Layout.cshtml
:
<link rel="stylesheet" href="_content/Tyne.Blazor/Tyne.Blazor.css" />
Script
Some of Tyne's Blazor components utilise JavaScript. To enable this, add the following script tag into your index.html
or _Layout.cshtml
:
<script src="_content/Tyne.Blazor/Tyne.Blazor.js"></script>
Components
See the components provided by this package.