Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
NuGet package that bundles the Tabler free HTML dashboard UI kit for use in ASP.NET MVC projects.

A full-screen clock and weather widget dashboard built with React Native Expo for signage displays.
Tabler is a free and open-source HTML Dashboard UI Kit built on Bootstrap 4, and this repository packages its official releases into a single NuGet package for use in ASP.NET MVC projects. The package simplifies adding a dashboard interface to .NET web applications by letting developers install the kit directly from the NuGet Package Manager Console.
Tabler is a free and open-source HTML Dashboard UI Kit built on Bootstrap 4. This repository collects official Tabler releases and packs them into one NuGet package, so ASP.NET MVC projects can add the UI kit through NuGet. Its input is each Tabler release; its output is an installable NuGet package with versioned updates.
Install-Package Tabler in the Package Manager Console is the only command needed.Open the Package Manager Console in Visual Studio and run Install-Package Tabler. This downloads the NuGet package and adds it to your project. The repository's job is to collect Tabler releases from upstream and repackage each one as a NuGet version.
Tabler is free and open-source; the NuGet package is distributed at no charge.
Yes, Tabler is free and open-source. This repository packages the official releases into a NuGet package with no licensing cost.
It is a packaged version of the Tabler HTML Dashboard UI Kit for ASP.NET MVC projects. Installing the package adds the UI kit to your Visual Studio project.
Run Install-Package Tabler in the Package Manager Console, which is available in Visual Studio under Tools → NuGet Package Manager → Package Manager Console.
The NuGet package gives you versioned, dependency-managed updates: you can see the package version in your project and update it like any other .NET library, rather than manually copying files from the Tabler website.
