You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

Zimba.Maui.Controls

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

Zimba.Maui.Controls

A collection of reusable .NET MAUI controls at this time there is only Floating Action Button

1.0.4
unpublished
Source
nugetNuGet
Maintainers
1
Created
Source

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 button
  • Command - The command to execute when the button is tapped
  • CommandParameter - The parameter to pass to the command

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

maui

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts