BlazorBEADs 2.0.1

dotnet add package BlazorBEADs --version 2.0.1
                    
NuGet\Install-Package BlazorBEADs -Version 2.0.1
                    
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="BlazorBEADs" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BlazorBEADs" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="BlazorBEADs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BlazorBEADs --version 2.0.1
                    
#r "nuget: BlazorBEADs, 2.0.1"
                    
#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.
#addin nuget:?package=BlazorBEADs&version=2.0.1
                    
Install BlazorBEADs as a Cake Addin
#tool nuget:?package=BlazorBEADs&version=2.0.1
                    
Install BlazorBEADs as a Cake Tool

BlazorBEADs

A .NET toolkit designed to simplify and unify front-end and back-end web development, leveraging strongly typed C# components.

Features

  • BEAD Components: Bindable, Extensible, Adaptable, and Dynamic UI components that encapsulate markup, events, and data binding within single, strongly-typed C# objects.
  • Guided Fluent Builders: Declarative, fluent APIs for creating modular and maintainable UI components without direct manipulation of HTML or JavaScript.
  • Single-Language Development: Fully unified web stack in C#, reducing context switching and improving productivity and maintainability.
  • Blazor Integration: Fully compatible with Blazor Server and WebAssembly applications.

Installation

Install via NuGet:

dotnet add package BlazorBEADs --version 1.0.0

Documentation

BlazorBEADs provides comprehensive XML documentation and integrates seamlessly with IntelliSense, enabling guided, error-free component creation in your development environment.

Release Notes

Initial Release (1.0.0):

  • Introduced BEAD Components (Input, Checkbox, GroupedRadio, Select).
  • Implemented Guided Fluent Builders for intuitive UI creation.
  • Enabled full-stack, single-language web development in C#.
  • Compatible with .NET 8.0 and latest Blazor frameworks.

License

This package is licensed under the MIT License.

Support and Contact

For questions, support, or commercial extensions:

If you need tailored features or wish to use this library in a commercial product, feel free to reach out!

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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
2.0.1 98 a month ago
2.0.0 83 a month ago

Initial release of Blazor BEAST with support for bindable elements and scalable templates.