Flowbite.Blazor.Templates 0.0.10

dotnet new install Flowbite.Blazor.Templates::0.0.10                
This package contains a .NET Template Package you can call from the shell/command line.

IMPORTANT!! Just as with the standard Blazor Web App template, Blazor will use SSR by default. If you want to have interactive components, make sure you add a rendermode to the app, page or component!

Installation

Install the templates by running the command:

dotnet new install Flowbite.Blazor.Templates

Usage

After installing the templates you can create new a project from either the CLI or by creating a new project in Visual Studio Code or VS2022.

  • For creating a Flowbite Blazor WebAssembly Standalone App project from the CLI:

    dotnet new flowbite-blazor-wasm -o {your project name}
    # Open the project README.md to complete the setup and run the app
    
  • For creating a Flowbite Blazor WebAssembly Standalone App project from the CLI:

    dotnet new flowbite-blazor-desktop -o {your project name}
    # Open the project README.md to complete the setup and run the app
    

Uninstalling the templates

If you want to uninstall the templates, both from the CLI and Visual Studio 2022, run the following command:

dotnet new uninstall Flowbite.Blazor.Templates

Support

The Flowbite Blazor library is an open source project. It is built and maintained by PeakFlames maintainers (and other contributors) and offers support, like most other open source projects, on a best effort base through the GitHub repository only.

  • .NETStandard 2.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.10 49 2/19/2025
0.0.9 104 1/22/2025
0.0.8 77 1/18/2025
0.0.7 64 1/17/2025
0.0.6 81 1/16/2025
0.0.5 80 1/15/2025
0.0.4 115 1/15/2025
0.0.3 72 1/15/2025
0.0.2 54 1/15/2025
0.0.1 43 1/15/2025