Bit.BlazorUI.Extras
$ dotnet add package Bit.BlazorUI.Extrasbit BlazorUI Extra offers a set of extensive UI controls for Blazor.
Why choose bit BlazorUI Extra components?
To use bit BlazorUI Extra components, follow these steps:
Bit.BlazorUI.Extras nuget package.using command line:
dotnet add package Bit.BlazorUI.Extras
or using Package Manager Console:
Install-Package Bit.BlazorUI.Extras
App.razor or index.html), add the Bit.BlazorUI.Extras CSS file reference:<link rel="stylesheet" href="_content/Bit.BlazorUI.Extras/styles/bit.blazorui.extras.css" />
App.razor or index.html), add the Bit.BlazorUI.Extras JS file reference:<script src="_content/Bit.BlazorUI.Extras/scripts/bit.blazorui.extras.js"></script>
_Imports.razor, add the using Bit.BlazorUI to make it available throughout the project.@using Bit.BlazorUI;