Zimba.Maui
1.0.0
dotnet add package Zimba.Maui --version 1.0.0
NuGet\Install-Package Zimba.Maui -Version 1.0.0
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" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zimba.Maui" Version="1.0.0" />
<PackageReference Include="Zimba.Maui" />
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 --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Zimba.Maui, 1.0.0"
#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&version=1.0.0
#tool nuget:?package=Zimba.Maui&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Zimba.Maui
A collection of reusable controls for .NET MAUI applications.
Installation
Install the package via NuGet:
dotnet add package Zimba.Maui
Or search for "Zimba.Maui" in the NuGet Package Manager.
Controls
FAB
A Floating Action Button (FAB) for .NET MAUI applications.
Usage
Add the namespace to your XAML:
xmlns:zimba="clr-namespace:Zimba.Maui.Controls;assembly=Zimba.Maui"
Then use the control:
<zimba: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
Card
A versatile card control with customizable title, content, footer, and shadow options.
Usage
Add the namespace to your XAML:
xmlns:zimba="clr-namespace:Zimba.Maui.Controls;assembly=Zimba.Maui"
Then use the control:
<zimba:Card
Title="Card Title"
CardCornerRadius="12"
HasShadow="True"
ShowFooterSection="True">
<zimba:Card.CardContent>
<Label Text="This is the main content of the card." />
</zimba:Card.CardContent>
<zimba:Card.Footer>
<Button Text="Submit" HorizontalOptions="End" />
</zimba:Card.Footer>
</zimba:Card>
Properties
Title
- The text displayed in the title sectionTitleFontSize
- Font size for the title text (default: 12.0)ShowTitleSection
- Whether to display the title section (default: true)CardContent
- The main content of the cardFooter
- Content for the footer sectionShowFooterSection
- Whether to display the footer section (default: false)CardCornerRadius
- Corner radius for the card (default: 8.0)HasShadow
- Whether the card has a shadow effect (default: true)ShadowOffset
- The offset position of the shadow (default: 2,3)ShadowRadius
- The blur radius of the shadow (default: 5.0)ShadowOpacity
- The opacity of the shadow (default: 0.2)Elevation
- The elevation height of the shadow (default: 2.0)ShadowAngle
- The angle of the shadow in degrees (default: 90.0)
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.0)
-
net9.0-ios18.0
- Microsoft.Maui.Controls (>= 9.0.0)
-
net9.0-maccatalyst18.0
- Microsoft.Maui.Controls (>= 9.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 |
---|---|---|
1.0.0 | 67 | 5/3/2025 |