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.
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.
// Install WaxComponents as a Cake Addin #addin nuget:?package=WaxComponents&version=0.2.7 // Install WaxComponents as a Cake Tool #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. |
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 | 290 | 2/19/2023 |
0.2.6 | 263 | 2/11/2023 |
0.2.5 | 284 | 12/28/2022 |
0.2.4 | 290 | 12/28/2022 |
0.2.3 | 287 | 12/28/2022 |
0.2.2 | 299 | 12/17/2022 |
0.2.1 | 301 | 12/17/2022 |
0.2.0 | 286 | 12/17/2022 |
0.1.1 | 292 | 11/28/2022 |
0.1.0 | 311 | 11/27/2022 |
0.0.9 | 322 | 11/26/2022 |
0.0.8 | 326 | 11/26/2022 |
0.0.7 | 444 | 1/22/2022 |
0.0.6 | 264 | 1/7/2022 |
0.0.5 | 259 | 1/5/2022 |
0.0.4 | 271 | 1/2/2022 |
0.0.3 | 299 | 1/2/2022 |