FTTBlazor 1.0.0.2
See the version list below for details.
dotnet add package FTTBlazor --version 1.0.0.2
NuGet\Install-Package FTTBlazor -Version 1.0.0.2
<PackageReference Include="FTTBlazor" Version="1.0.0.2" />
paket add FTTBlazor --version 1.0.0.2
#r "nuget: FTTBlazor, 1.0.0.2"
// Install FTTBlazor as a Cake Addin #addin nuget:?package=FTTBlazor&version=1.0.0.2 // Install FTTBlazor as a Cake Tool #tool nuget:?package=FTTBlazor&version=1.0.0.2
💻 FTT Blazor
Estudo funcional do Blazor comparando com o Angular e entrega de uma biblioteca com base em Material Design
🧩 Instalando
Abaixo o passo a passo para instalar o componente
- css
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" href="https://github.com/luizgustavo77/FTTBlazor/blob/master/src/FTTBlazor/wwwroot/css/fttBlazor.css" />
<link rel="stylesheet" href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css" />
- js
<script src="https://github.com/luizgustavo77/FTTBlazor/blob/master/src/FTTBlazor/wwwroot/js/fttBlazor.js"></script>
- startup
builder.Services.AddScoped<FTTToastService>();
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.BaseAddress) });
- imports
@using FTTBlazor
@using FTTBlazor.Common.Core
@using FTTBlazor.Components.Crud
@using FTTBlazor.Components.Dialog
@using FTTBlazor.Components.Divider
@using FTTBlazor.Components.Forms
@using FTTBlazor.Components.Forms.Button
@using FTTBlazor.Components.Forms.Input
@using FTTBlazor.Components.Forms.Link
@using FTTBlazor.Components.Forms.Select
@using FTTBlazor.Components.Toast
- nupkg
Install-Package FTTBlazor -Version 1.0.0
☕ FTTBlazor Beta
Roadmap do desenvolvimento
Componente | Relação | Entrega | Concluido | Responsavel |
---|---|---|---|---|
Dialog | Dialog | Set/2021 | OK | LG |
Toast | Dialog | Set/2021 | OK | LG |
Grid Divider | Dialog/2021 | Out | OK | LG |
Input | Forms | Set/2021 | OK | LG |
Select Type T | Forms | Set/2021 | OK | LG |
Select Enum | Forms | Set/2021 | OK | LG |
Select Array | Forms | Set/2021 | OK | LG |
Number | Forms | Out/2021 | OK | LG |
Color | Forms | Out/2021 | OK | LG |
TextArea | Forms | Out/2021 | OK | LG |
Calendar | Forms | Out/2021 | OK | LG |
Time | Forms | Out/2021 | OK | LG |
CheckBox | Forms | Out/2021 | OK | LG |
Telefone | Forms | Out/2021 | OK | LG |
Forms | Out/2021 | OK | LG | |
Link | Forms | Out/2021 | OK | LG |
Money | Forms | Out/2021 | OK | LG |
Crud | Crud | Nov/2021 | OK | LG |
🙇🏻 Perguntas
Use o "Issues" para abrir perguntas, pode auxiliar alguem no futuro
📜 Licenciado
Este projeto é licenciado pelos termos do MIT license.
🚀 Propósito
Alem da entrega do TCC está é a nossa pequena contribuição sabendo que por diversas vezes encontrei exemplos e explicações na internet de maneira gratuita
<img src="https://cdn.dribbble.com/users/2401141/screenshots/5487982/developers-gif-showcase.gif">
🙋🏻 Membros
- Luiz Gustavo - criador
- Thiago
- Jhonatan
- Paulo
💼 Agradecimentos
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
- FTTBlazor.Common (>= 1.0.0)
- Microsoft.AspNetCore.Components.WebAssembly (>= 6.0.1)
- System.Net.Http.Json (>= 6.0.2-mauipre.1.22054.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.