Maxsys.Bootstrap 0.1.0

dotnet add package Maxsys.Bootstrap --version 0.1.0
                    
NuGet\Install-Package Maxsys.Bootstrap -Version 0.1.0
                    
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="Maxsys.Bootstrap" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Maxsys.Bootstrap" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Maxsys.Bootstrap" />
                    
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 Maxsys.Bootstrap --version 0.1.0
                    
#r "nuget: Maxsys.Bootstrap, 0.1.0"
                    
#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.
#:package Maxsys.Bootstrap@0.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Maxsys.Bootstrap&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Maxsys.Bootstrap&version=0.1.0
                    
Install as a Cake Tool

<div align="center"> <img src="logo.png" alt="drawing" width="128" /> <h1>Maxsys Bootstrap</h1> </div>

License

Maxsys.Bootstrap oferece componentes Bootstrap 5.3 para projetos ASP.NET Core MVC em duas abordagens complementares: TagHelpers (<bs-*>, conteúdo projetado na view — Accordion, Alert, Button, Card, Modal, Table, Toast e muitos outros) e ViewComponents (<vc:bs-*>, data-driven — Pagination, Breadcrumb e Carousel gerados a partir de um modelo). A biblioteca emite apenas markup/data-bs-* — o Bootstrap (CSS/JS) é referenciado pela própria aplicação.

🎯 Target

.NET 10

📦 Nuget

Nuget

    <PackageReference Include="Maxsys.Bootstrap" Version="0.1.0" />

🔧 Utilização

TagHelpers — registre no _ViewImports.cshtml:

@addTagHelper *, Maxsys.Bootstrap

ViewComponents — registre no Program.cs:

builder.Services.AddControllersWithViews().AddMaxsysBootstrap();

Exemplo:

<bs-button variant="Success" type="Submit" icon="CheckLg">Salvar</bs-button>

<vc:bs-pagination current-page="Model.Page" total-pages="Model.TotalPages" url-format="?page={0}" />

🔗 Dependências

Microsoft.AspNetCore.App

🌟 Features

As principais features do projeto podem ser vistas aqui.

✒️ Autores

@MaxDolabella

🧐 Aprendizagem

Através desse projeto, tenho a oportunidade de por em prática parte do conhecimento adquirido. Obviamente, ainda é limitado, mas a intenção é sempre buscar a melhora.

🗝️ Licença

Este código possui licença MIT e está liberado para uso da maneira que se desejar.

✉️ Feedback

Quaisquer sugestões ou outro contato, escreva-me nesse e-mail.

🆕 Release Notes

Os changelogs do projeto podem ser vistos aqui

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

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.1.0 0 8/17/2026
0.0.4 275 1/4/2025
0.0.3 210 9/2/2024
0.0.2 204 9/2/2024
0.0.1 193 9/2/2024