A Blazor Mobile UI components lib.
BlazorMix referenced multiple mobile component libraries and "mixed" multiple components library, which is why Mix came into being.
dotnet add package BlazorMix
builder.Services.AddBlazorMix();
<link href="_content/BlazorMix/dist/style.css" rel="stylesheet" />
<script src="_content/BlazorMix/dist/index.min.js"></script>
@using BlazorMix;
<Router AppAssembly="@typeof(App).Assembly">
...
</Router>
+ <BlazorMixContainer />
<Button Color="@ButtonColor.Primary">Hello World!</Button>
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