ButtonSam.Maui 8.1.2

dotnet add package ButtonSam.Maui --version 8.1.2
NuGet\Install-Package ButtonSam.Maui -Version 8.1.2
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.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ButtonSam.Maui --version 8.1.2
#r "nuget: ButtonSam.Maui, 8.1.2"
#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 ButtonSam.Maui as a Cake Addin
#addin nuget:?package=ButtonSam.Maui&version=8.1.2

// Install ButtonSam.Maui as a Cake Tool
#tool nuget:?package=ButtonSam.Maui&version=8.1.2

<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 net7.0-android33.0 is compatible.  net7.0-ios16.1 is compatible.  net7.0-windows10.0.19041 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  net8.0-ios was computed.  net8.0-ios17.2 is compatible.  net8.0-windows was computed.  net8.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0-android33.0

    • No dependencies.
  • net7.0-ios16.1

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

    • No dependencies.
  • net8.0-android34.0

    • No dependencies.
  • net8.0-ios17.2

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

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ButtonSam.Maui:

Package Downloads
Scaffold.Maui

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.1.2 106 4/15/2024
8.1.1 111 4/14/2024
8.1.0 95 3/31/2024
8.0.1 162 1/6/2024
8.0.0 82 1/6/2024
1.3.3 160 9/4/2023
1.3.2 128 9/2/2023
1.3.1 111 9/2/2023
1.3.0 126 9/2/2023
1.2.0 119 8/30/2023
1.1.0 195 6/9/2023
1.0.3 154 5/21/2023
1.0.2 134 5/16/2023
1.0.1 126 5/16/2023
1.0.0 130 5/9/2023
0.9.8-beta 123 4/29/2023
0.9.7-beta 109 4/16/2023
0.9.6-beta 115 4/8/2023