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
#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

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

sample sample

My discord server: https://discord.gg/MhCmnG6ZBA

Product 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.

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 255 2/19/2023
0.2.6 232 2/11/2023
0.2.5 253 12/28/2022
0.2.4 263 12/28/2022
0.2.3 259 12/28/2022
0.2.2 267 12/17/2022
0.2.1 274 12/17/2022
0.2.0 253 12/17/2022
0.1.1 268 11/28/2022
0.1.0 287 11/27/2022
0.0.9 293 11/26/2022
0.0.8 294 11/26/2022
0.0.7 414 1/22/2022
0.0.6 233 1/7/2022
0.0.5 232 1/5/2022
0.0.4 247 1/2/2022
0.0.3 276 1/2/2022