Marquitos.AspNetCore.Components
1.0.9
See the version list below for details.
dotnet add package Marquitos.AspNetCore.Components --version 1.0.9
NuGet\Install-Package Marquitos.AspNetCore.Components -Version 1.0.9
<PackageReference Include="Marquitos.AspNetCore.Components" Version="1.0.9" />
paket add Marquitos.AspNetCore.Components --version 1.0.9
#r "nuget: Marquitos.AspNetCore.Components, 1.0.9"
// Install Marquitos.AspNetCore.Components as a Cake Addin #addin nuget:?package=Marquitos.AspNetCore.Components&version=1.0.9 // Install Marquitos.AspNetCore.Components as a Cake Tool #tool nuget:?package=Marquitos.AspNetCore.Components&version=1.0.9
Marquitos.Blazor
Marquitos Blazor Components is an open source library designed for WebAssembly. The main goal of this library is to create simple and usefull components. Some of them are based just on Bootstrap 5 CSS but enriched with animation motions to make a nice fluid user experience.
Marquitos Blazor Components library is composed by the following components.
Components
Usage
Add the latest Marquitos.AspNetCore.Components
nuget package to your project references:
<ItemGroup>
...
<PackageReference Include="Marquitos.AspNetCore.Components" Version="1.0.x" />
</ItemGroup>
On configure method add the AddMarquitosComponents()
to your pipeline:
public static async Task Main(string[] args)
{
var builder = WebAssemblyHostBuilder.CreateDefault(args);
builder.RootComponents.Add<App>("#app");
...
builder.Services.AddMarquitosComponents(o => {
o.GlobalTheme = AspNetCore.Components.Enums.Theme.Bootstrap;
});
await builder.Build().RunAsync();
}
On _Imports.razor
add the following using clauses:
...
@using Marquitos.AspNetCore.Components.Enums
@using Marquitos.AspNetCore.Components.Web
Then you are ready to go:
<NavigationView IsBackButtonVisible="true">
<MenuItems>
<NavMenu/>
</MenuItems>
<Frame>
<div class="content px-4">
@Body
</div>
</Frame>
</NavigationView>
Product | Versions 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. |
-
net6.0
- Marquitos.AspNetCore.Components.JSInterop (>= 1.0.9)
- Microsoft.AspNetCore.Components.Web (>= 6.0.0)
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.12 | 277 | 3/10/2024 |
1.0.11 | 262 | 11/17/2023 |
1.0.10 | 114 | 11/17/2023 |
1.0.9 | 112 | 11/17/2023 |
1.0.8 | 107 | 11/17/2023 |
1.0.7 | 417 | 8/21/2022 |
1.0.6 | 375 | 8/6/2022 |
1.0.5 | 393 | 8/3/2022 |
1.0.4 | 402 | 7/22/2022 |
1.0.3 | 404 | 7/21/2022 |
1.0.2 | 450 | 1/18/2022 |
1.0.1 | 264 | 1/2/2022 |
1.0.0 | 324 | 11/11/2021 |
1.0.0-alpha4 | 200 | 9/7/2021 |