Blatternfly 0.6.1-pre

This is a prerelease version of Blatternfly.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Blatternfly --version 0.6.1-pre
NuGet\Install-Package Blatternfly -Version 0.6.1-pre
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Blatternfly" Version="0.6.1-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blatternfly --version 0.6.1-pre
#r "nuget: Blatternfly, 0.6.1-pre"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Blatternfly as a Cake Addin
#addin nuget:?package=Blatternfly&version=0.6.1-pre&prerelease

// Install Blatternfly as a Cake Tool
#tool nuget:?package=Blatternfly&version=0.6.1-pre&prerelease

Build Status GitHub last commit GitHub Nuget version Nuget downloads

Blatternfly

View demo

About The Project

Blazor learning project. Blatternfly is a Blazor implementation of PatternFly.

Built With

  • Blazor. Some parts of the form and input base components has been copied over from Blazor source code.
  • PatternFly.

Getting started

Prerequisites

  • .NET 6.0 RC2

Imports

Add the following to _Imports.razor

@using Blatternfly
@using Blatternfly.Components
@using Blatternfly.Layouts

Patternfly CSS

Add the following to index.html

<link href="_content/Blatternfly/patternfly.css" rel="stylesheet" />
<link href="_content/Blatternfly/patternfly-addons.css" rel="stylesheet" />

See also the getting started section on the PatternFly website for more details.

Configuration

Example of Blatternfly configuration in Program.cs

var builder = WebAssemblyHostBuilder.CreateDefault(args);
builder.RootComponents.Add<App>("#app");

builder.Services.AddScoped(sp => new HttpClient
{
    BaseAddress = new Uri(builder.HostEnvironment.BaseAddress)
});

builder.AddBlatternfly();

var webhost = builder.Build();

await webhost.UseBlatternfly();
await webhost.RunAsync();

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.6.15 572 9/26/2022
0.6.14 425 8/14/2022
0.6.13 508 6/3/2022
0.6.12 425 5/7/2022
0.6.11 430 4/16/2022
0.6.10 411 4/8/2022
0.6.9 456 3/12/2022
0.6.8 458 2/13/2022
0.6.7 452 2/5/2022
0.6.6 450 1/28/2022
0.6.5 448 1/14/2022
0.6.4 299 12/18/2021
0.6.3 1,361 11/20/2021
0.6.2 297 11/9/2021
0.6.1-pre 141 10/23/2021
0.6.0-pre 177 10/16/2021
0.5.0 459 10/2/2021
0.4.1 377 9/26/2021
0.4.0 376 9/26/2021
0.3.0 311 9/25/2021
0.2.0 343 9/18/2021
0.1.0 318 9/17/2021