WaxComponents 0.2.7
dotnet add package WaxComponents --version 0.2.7
NuGet\Install-Package WaxComponents -Version 0.2.7
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="WaxComponents" Version="0.2.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WaxComponents" Version="0.2.7" />
<PackageReference Include="WaxComponents" />
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 WaxComponents --version 0.2.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WaxComponents, 0.2.7"
#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 WaxComponents@0.2.7
#: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=WaxComponents&version=0.2.7
#tool nuget:?package=WaxComponents&version=0.2.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Instalando
Nuget: https://www.nuget.org/packages/WaxComponents
- Adicionar na head do html
<link href="_content/WaxComponents/Styles/Themes/lightPink.css" rel="stylesheet">
<link href="_content/WaxComponents/Styles/waxComponents.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="_content/WaxComponents/Scripts/waxComponents.js"></script>
- Importar a biblioteca
//...
@using WaxComponents
<br/>
Usando
<WaxButton OnClick="OnClick">
<Icon><WaxIcon Size="24px">done</WaxIcon></Icon>
<Text>Ceira</Text>
</WaxButton>
<WaxTextInput @bind-Value="_text" Placeholder="Ceira"></WaxTextInput>
private string _text = String.Empty;
private void OnClick(object? sender, EventArgs e)
{
Console.WriteLine(_text);
}
<br/>
Resultado
My discord server: https://discord.gg/MhCmnG6ZBA
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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.
-
net7.0
- Microsoft.AspNetCore.Components.Web (>= 7.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 |
---|---|---|
0.2.7 | 351 | 2/19/2023 |
0.2.6 | 320 | 2/11/2023 |
0.2.5 | 339 | 12/28/2022 |
0.2.4 | 345 | 12/28/2022 |
0.2.3 | 343 | 12/28/2022 |
0.2.2 | 356 | 12/17/2022 |
0.2.1 | 353 | 12/17/2022 |
0.2.0 | 342 | 12/17/2022 |
0.1.1 | 348 | 11/28/2022 |
0.1.0 | 366 | 11/27/2022 |
0.0.9 | 377 | 11/26/2022 |
0.0.8 | 382 | 11/26/2022 |
0.0.7 | 519 | 1/22/2022 |
0.0.6 | 340 | 1/7/2022 |
0.0.5 | 332 | 1/5/2022 |
0.0.4 | 347 | 1/2/2022 |
0.0.3 | 375 | 1/2/2022 |