SkillAgentSearch skills...

Maui.NeoControls

Controls for dotnet maui based on neumorphism tendency

Install / Use

/learn @felipebaltazar/Maui.NeoControls

README

Maui.NeoControls

Controls for Maui based on neumorphism tendency

NuGet

Build and publish packages

Examples

neocontrols maui

Getting started

  • Install the NeoControls.Maui package
Install-Package NeoControls.Maui -Version 1.0.17
  • Add UseNeoControls declaration to your MauiAppBuilder
public static class MauiProgram
{
	public static MauiApp CreateMauiApp()
	{
		var builder = MauiApp.CreateBuilder();
		builder
			.UseMauiApp<App>()
			.UseNeoControls()
			.ConfigureFonts(fonts =>
			{
				fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
				fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
    });

		return builder.Build();
	}
}
  • Use the controls
    <NeoButton Elevation=".25"
               CornerRadius="70,20,20,20"
               BackgroundColor="#e3edf7"/>
  • You can also insert any view inside the neo controls
        <NeoButton BackgroundColor="#e3edf7">
            
            <StackLayout Orientation="Vertical">
                <Image Source="MyImage.png "/>
                <Label Text="My Button Label"/>
            </StackLayout>
            
        </NeoButton>
  • Background with gradient
    <NeoButton>
        <NeoButton.BackgroundGradient>
            <LinearGradient Angle="45">
                <NeoGradientStop Color="Red" Offset="0" />
                <NeoGradientStop Color="Yellow" Offset="1" />
            </LinearGradient>
        </NeoButton.BackgroundGradient>

        <StackLayout Orientation="Vertical">
            <Image Source="MyImage.png "/>
            <Label Text="My Button Label"/>
        </StackLayout>
    </NeoButton>

Property reference

| Property | What it does | Extra info | | ------------------- | --------------------------------------------------------------------- | -------------------------------------------------------------------------- | | CornerRadius | A CornerRadius object representing each individual corner's radius. | Uses the CornerRadius struct allowing you to specify individual corners. | | Elevation | Set this value to chenge element depth effect. | | | InnerView | View that will be shown inside the neo control. | | | ShadowBlur | Set this value to change shadow blur effect. | | | ShadowDistance | Set this value to change shadow distance relative from control. | | | DarkShadowColor | The Dark color that will be applied on draw the dark shadow. | This will be applied with Elevation property, as Alpha parameter. | | LightShadowColor | The White color that will be applied on draw the light shadow. | | | BackgroundGradient| Draw a gradient on background's control | When value != null, backgroundColor Property will be ignored |

Alt

Related Skills

clearshot

Structured screenshot analysis for UI implementation and critique. Analyzes every UI screenshot with a 5×5 spatial grid, full element inventory, and design system extraction — facts and taste together, every time. Escalates to full implementation blueprint when building. Trigger on any digital interface image file (png, jpg, gif, webp — websites, apps, dashboards, mockups, wireframes) or commands like 'analyse this screenshot,' 'rebuild this,' 'match this design,' 'clone this.' Skip for non-UI images (photos, memes, charts) unless the user explicitly wants to build a UI from them. Does NOT trigger on HTML source code, CSS, SVGs, or any code pasted as text.

openpencil

2.0k

The world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.

ui-ux-pro-max-skill

58.3k

An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms

hyperblue

Build premium, brand-aware React/Next.js frontends that feel designed by a senior UI engineer, not generated by AI. Use this skill whenever the user wants to create websites, landing pages, dashboards, web apps, React components, or any frontend UI — especially when they provide brand assets (logos, screenshots, colors), mention a specific business or industry, want to match an existing design system, or ask for "non-generic" or "premium" output. Also trigger when the user shares competitor sites for inspiration, asks for design tokens, wants animation direction, or needs responsive brand consistency. This skill replaces generic AI aesthetics with market-aware, brand-calibrated design engineering. Created by Incredible Visibility.

View on GitHub
GitHub Stars103
CategoryDesign
Updated3mo ago
Forks15

Languages

C#

Security Score

100/100

Audited on Jan 3, 2026

No findings