WaxComponents 0.2.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package WaxComponents --version 0.2.5
NuGet\Install-Package WaxComponents -Version 0.2.5
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.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WaxComponents --version 0.2.5
#r "nuget: WaxComponents, 0.2.5"
#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.5

// Install WaxComponents as a Cake Tool
#tool nuget:?package=WaxComponents&version=0.2.5

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">
  • 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

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 259 2/19/2023
0.2.6 234 2/11/2023
0.2.5 255 12/28/2022
0.2.4 265 12/28/2022
0.2.3 261 12/28/2022
0.2.2 269 12/17/2022
0.2.1 276 12/17/2022
0.2.0 255 12/17/2022
0.1.1 270 11/28/2022
0.1.0 289 11/27/2022
0.0.9 295 11/26/2022
0.0.8 296 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