BlazorMix 0.3.0-preview

This is a prerelease version of BlazorMix.
dotnet add package BlazorMix --version 0.3.0-preview
NuGet\Install-Package BlazorMix -Version 0.3.0-preview
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="BlazorMix" Version="0.3.0-preview" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorMix --version 0.3.0-preview
#r "nuget: BlazorMix, 0.3.0-preview"
#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 BlazorMix as a Cake Addin
#addin nuget:?package=BlazorMix&version=0.3.0-preview&prerelease

// Install BlazorMix as a Cake Tool
#tool nuget:?package=BlazorMix&version=0.3.0-preview&prerelease

BlazorMix

A Blazor Mobile UI components lib.

Nuget (with prereleases)

Nuget (with prereleases)

BlazorMix Docs

What is "Mix"?

BlazorMix referenced multiple mobile component libraries and "mixed" multiple components library, which is why Mix came into being.

Usage Guidelines

1. install package

dotnet add package BlazorMix

2. Register the services

builder.Services.AddBlazorMix();
<link href="_content/BlazorMix/dist/style.css" rel="stylesheet" />
<script src="_content/BlazorMix/dist/index.min.js"></script>

4. Add namespace in _Imports.razor

@using BlazorMix;

5. Add the <BlazorMixContainer /> component in App.razor

<Router AppAssembly="@typeof(App).Assembly">
   ...
</Router>

+ <BlazorMixContainer />

6. Use component in .razor file.

<Button Color="@ButtonColor.Primary">Hello World!</Button>

OS

During the construction process of this component and documentation, the React/Blazor components referenced include:

  • Ant Design Mobile
  • Zarm Design
  • Nut UI
  • Tdesign Mobile
  • TDesignBlazor
  • Ant Design of Blazor
  • MASA.Blazor
  • Bootstrap

Other technologies/frameworks/components:

  • typescript
  • scss
  • vite
  • prism.js
  • IconPark.Blazor
  • QRCoder
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 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.3.0-preview 96 7/24/2023
0.2.0-preview 68 5/28/2023
0.1.0-preview 74 5/13/2023