Dependency for FTTBlazor
$ dotnet add package FTTBlazor.CommonFunctional study of Blazor WebAssembly with delivery of a library based on Material Design
You can run as a debug using IIS to see the example pages or access the link below:
Below is described the necessary steps to install the components
Install-Package FTTBlazor
Install-Package FTTBlazor.Common
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css" />
<link rel="stylesheet" href="_content/FTTBlazor/fttBlazor.css" />
<script src="_content/FTTBlazor/fttBlazor.js"></script>
builder.Services.AddScoped<FTTToastService>();
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.BaseAddress) });
@using FTTBlazor
Development roadmap
| Component | List | Committal | Done | Responsible developer |
|---|---|---|---|---|
| Dialog | Dialog | Set/2021 | OK | LG |
| Toast | Dialog | Set/2021 | OK | LG |
| Grid Divider | Divider | Out/2021 | 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 |
Use git issues to report any problems and bugs. Also feel free to give us suggestions on how to improve our library
This project is licensed under the terms of MIT license.
In addition to the undergraduate thesis, this is our small contribution knowing that I have found examples and explanations on the internet for free on several occasions.