ButtonSam.Maui 8.2.0

dotnet add package ButtonSam.Maui --version 8.2.0
                    
NuGet\Install-Package ButtonSam.Maui -Version 8.2.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="ButtonSam.Maui" Version="8.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ButtonSam.Maui" Version="8.2.0" />
                    
Directory.Packages.props
<PackageReference Include="ButtonSam.Maui" />
                    
Project file
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 ButtonSam.Maui --version 8.2.0
                    
#r "nuget: ButtonSam.Maui, 8.2.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=ButtonSam.Maui&version=8.2.0
                    
Install ButtonSam.Maui as a Cake Addin
#tool nuget:?package=ButtonSam.Maui&version=8.2.0
                    
Install ButtonSam.Maui as a Cake Tool

<p align="center"> <img src="Images/droid.gif" height="500"/> <img src="Images/ios.gif" height="500"/> <img src="Images/win.gif" height="500"/> </p>

NuGet

ButtonSam.Maui

The .NET7 & .NET8 library for create easy interactive UI

  • Custom content
  • Corner radius
  • Borders
  • Tap color
  • Ripple effect for Android</br> Implementation ripple effect for API > 21

Installation

Use extension method .UseButtonSam() in static method MauiProgram.CreateMauiApp()

Example

public static class MauiProgram
{
    public static MauiApp CreateMauiApp()
    {
        var builder = MauiApp.CreateBuilder();
        builder
            .UseMauiApp<App>()
            .UseButtonSam()
        ...
    }
}

XAML Sample

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:button="clr-namespace:ButtonSam.Maui;assembly=ButtonSam.Maui"
             ...>
    <button:Button TapCommand="{Binding CommandTap}">
        <Label Text="Hello world"
               TextColor="White"/>
    </button:Button>
</ContentPage>

Supported platforms

Platform Status
WinUI
Android
iOS
MacCatalyst
Tizen
Linux

About me

I am a private developer and mostly do commercial work. Sometimes I can spend time developing my libraries. I would appreciate it if you would make a donation to me, now is a difficult time for me. <div align="left"> <a href="https://www.buymeacoffee.com/scriptboris"> <img src="https://img.buymeacoffee.com/button-api/?text=Buy me a food&emoji=🍔&slug=scriptboris&button_colour=FFDD00&font_colour=000000&font_family=Comic&outline_colour=000000&coffee_colour=ffffff" /> </a> </div>

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible.  net8.0-ios18.0 is compatible.  net8.0-windows10.0.19041 is compatible.  net9.0-android was computed.  net9.0-ios was computed.  net9.0-windows was computed.  net10.0-android was computed.  net10.0-ios was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0-android34.0

    • No dependencies.
  • net8.0-ios18.0

    • No dependencies.
  • net8.0-windows10.0.19041

    • No dependencies.

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
8.2.0 96 5/23/2025
8.1.2 275 4/15/2024
8.1.1 165 4/14/2024
8.1.0 152 3/31/2024
8.0.1 236 1/6/2024
8.0.0 135 1/6/2024
1.3.3 210 9/4/2023
1.3.2 171 9/2/2023
1.3.1 156 9/2/2023
1.3.0 167 9/2/2023
1.2.0 159 8/30/2023
1.1.0 247 6/9/2023
1.0.3 207 5/21/2023
1.0.2 183 5/16/2023
1.0.1 174 5/16/2023
1.0.0 177 5/9/2023
0.9.8-beta 165 4/29/2023
0.9.7-beta 156 4/16/2023
0.9.6-beta 159 4/8/2023