Zimba.Maui.Controls
1.0.3
dotnet add package Zimba.Maui.Controls --version 1.0.3
NuGet\Install-Package Zimba.Maui.Controls -Version 1.0.3
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="Zimba.Maui.Controls" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zimba.Maui.Controls" Version="1.0.3" />
<PackageReference Include="Zimba.Maui.Controls" />
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 Zimba.Maui.Controls --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Zimba.Maui.Controls, 1.0.3"
#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.
#addin nuget:?package=Zimba.Maui.Controls&version=1.0.3
#tool nuget:?package=Zimba.Maui.Controls&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Zimba.Maui.Controls
A collection of reusable controls for .NET MAUI applications.
Installation
Install the package via NuGet:
dotnet add package Zimba.Maui.Controls
Or search for "Zimba.Maui.Controls" in the NuGet Package Manager.
Controls
AddButton
A Floating Action Button (FAB) for .NET MAUI applications.
Usage
Add the namespace to your XAML:
xmlns:controls="clr-namespace:Zimba.Maui.Controls;assembly=Zimba.Maui.Controls"
Then use the control:
<controls:FAB
Command="{Binding AddItemCommand}"
BackgroundColor="Blue"
Text="+" />
Properties
Text
- The text displayed on the button (default: "+")BackgroundColor
- The background color of the buttonCommand
- The command to execute when the button is tappedCommandParameter
- The parameter to pass to the command
License
This project is licensed under the MIT License - see the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0-android35.0 is compatible. net9.0-ios18.0 is compatible. net9.0-maccatalyst18.0 is compatible. net10.0-android was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0-android35.0
- Microsoft.Maui.Controls (>= 9.0.14)
-
net9.0-ios18.0
- Microsoft.Maui.Controls (>= 9.0.14)
-
net9.0-maccatalyst18.0
- Microsoft.Maui.Controls (>= 9.0.14)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.