Easy.Blazor.Bulma 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Easy.Blazor.Bulma --version 1.0.1
NuGet\Install-Package Easy.Blazor.Bulma -Version 1.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="Easy.Blazor.Bulma" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Easy.Blazor.Bulma --version 1.0.1
#r "nuget: Easy.Blazor.Bulma, 1.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.
// Install Easy.Blazor.Bulma as a Cake Addin
#addin nuget:?package=Easy.Blazor.Bulma&version=1.0.1

// Install Easy.Blazor.Bulma as a Cake Tool
#tool nuget:?package=Easy.Blazor.Bulma&version=1.0.1

Easy Blazor Bulma

MIT NuGet

Getting Started

Installation

To use this library either clone a copy of the repository or check out the NuGet package

Usage

Basic Example

The following example provides a complete use case. This example makes use of the most basic configuration.

In your index.html file add the following line.

<link rel="stylesheet" href="_content/Easy.Blazor.Bulma/css/easy-blazor-bulma.css" />

This will link the CSS style pack and Google Material Symbols icon font.

Next, add one of the components or use some of the styles in your own components.

@using easy_blazor_bulma

<p class='block'>Here's a giant checkbox!</p>
<BooleanIcon class='is-size-1 is-jumbo' @bind-Value=Test />

@code {
	private bool Test { get; set; } = true;
}

Build Details

Frameworks

  • .NET 6.0
  • .NET 7.0
  • .NET 8.0

External Libraries

Name Usage License Library
Bulma Submodule MIT GitHub
Bulma Calendar Submodule MIT GitHub
Bulma Checkradio Submodule MIT GitHub
Bulma-O-Steps Submodule GPL-3.0 GitHub
Bulma Switch Submodule MIT GitHub
Bulma Tooltip Submodule MIT GitHub
Bulma Jumbo Tiny Submodule MIT GitHub
Material Symbols Embedded Apache 2.0 GitHub

Authors

  • NF Software Inc.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Thank you to:

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 is compatible.  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 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. 
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
1.0.19 116 4/29/2024
1.0.18 83 4/29/2024
1.0.17 97 4/11/2024
1.0.16 87 4/10/2024
1.0.15 102 4/1/2024
1.0.14 81 3/28/2024
1.0.13 79 3/28/2024
1.0.12 88 3/16/2024
1.0.11 78 3/14/2024
1.0.10 85 3/7/2024
1.0.9 83 3/6/2024
1.0.8 92 3/5/2024
1.0.7 94 3/5/2024
1.0.6 98 2/28/2024
1.0.5 88 2/16/2024
1.0.4 100 2/8/2024
1.0.3 83 2/1/2024
1.0.2 79 1/31/2024
1.0.1 74 1/31/2024
1.0.0 136 1/5/2024

1.0.1
Fix content not exporting

1.0.0
Initial release