Found 32 packages
This package provides the functionality to utilize the features of Syncfusion® WPF Material Light theme and more.
IconPacks for stylish awesome WPF and UWP applications.
This package provides the functionality to utilize the features of Syncfusion® WPF Material Light Blue theme and more.
The Xamarin.Forms MaterialFrame aims at delivering out of the box modern popular theming such as: * Light * Dark * Acrylic * AcrylicBlur The AcrylicBlur theme also provides three different blur styles inherited from the iOS UIVisualEffectView: * Light * ExtraLight * Dark On Android, the blur is implemented thanks to the RealtimeBlurView from Tu Yimin (mmin18). Mandatory initialization on iOS: Xamarin.Forms.Forms.Init(); Sharpnado.MaterialFrame.iOS.iOSMaterialFrameRenderer.Init(); Mandatory initialization on macOS: Xamarin.Forms.Forms.Init(); Sharpnado.MaterialFrame.macOS.macOSMaterialFrameRenderer.Init(); Mandatory initialization on UWP: var rendererAssemblies = new[] { typeof(UWPMaterialFrameRenderer).GetTypeInfo().Assembly }; Xamarin.Forms.Forms.Init(e, rendererAssemblies);
A lightweight Material Theme component library for Blazor. Intended to adhere rigorously to Material Theme guidelines in https://material.io. API and other documentation can be found at https://material-blazor.com/docs.
Syncfusion® Material3Light theme for WPF contains the style resources to change the look and feel of a WPF application similar to the latest version of Google’s open-source design system, Material Design.
The MAUI MaterialFrame aims at delivering out of the box modern popular theming such as: * Light * Dark * Acrylic * AcrylicBlur The AcrylicBlur theme also provides three different blur styles inherited from the iOS UIVisualEffectView: * Light * ExtraLight * Dark On Android, the blur is implemented with StackBlur algorithm - a pure C# implementation that works on all Android versions including 15+ with 16KB page size. ## Installation * In Core project, in `MauiProgram.cs`: ```csharp public static MauiApp CreateMauiApp() { var builder = MauiApp.CreateBuilder(); builder .UseMauiApp() .UseSharpnadoMaterialFrame(loggerEnabled: false); } ```
This library contains a lot of usefull stuff for design your .Net application. example code: MaterialDesign.Colors.Palettes.GetColor(new Lightness(6), PalletteList.Red());
IconPacks for stylish awesome Avalonia applications.
This is the ported Version of MaterialSkin from https://github.com/IgnaceMaes/MaterialSkin to support dotnet core. To add it to your form extend it with MaterialThemeForm and add public Form1() { InitializeComponent(); var materialTheme = MaterialTheme.Instance; materialTheme.AddFormToManage(this); materialTheme.Theme = MaterialTheme.Themes.LIGHT; materialTheme.MaterialColor = new MaterialColor(Primary.BlueGrey800, Primary.BlueGrey900, Primary.BlueGrey500, Accent.LightBlue200, TextShade.WHITE); }
A lightweight Material Theme component library for Blazor. Intended to adhere rigorously to Material Theme guidelines in https://material.io. API and other documentation can be found at https://material-blazor.com/docs.
Xamarin.Android Binding for Relex's Circle Indicator. A lightweight ViewPager indicator like in Nexus 5 launcher.
Collection of Xamarin.Forms components. IMPORTANT: On platform projects, call SharpnadoInitializer.Initialize() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()). Pure Xamarin.Forms tabs: * Fixed tabs (android tabs style) * Scrollable tabs * Segmented tabs * Custom shadows (neumorphism ready) * Circle button in tab bar * Bottom bar tabs (ios tabs style) * Custom tabs (be creative just implement TabItem) * Independent ViewSwitcher Sharpnado.Shadows: * Add as many custom shadows as you like to any view (Android, iOS, UWP) * You can specify each shadow Color, Opacity, BlurRadius, and Offset * Simply implement Neumorphism * You can add one shadow, 3 shadows, 99 shadows, to any Xamarin.Forms element * Animate any of these property and make the shadows dance around your elements MaterialFrame: * AcrylicBlur mode * 3 Blur styles: Light, ExtraLight, Dark (UIVisualEffectView styles) * Acrylic mode * Dark mode * Light mode * Change modes dynamically * Performance (CALayer on ios, LayerDrawable on android) * Android: RealtimeBlurView from Tu Yimin (mmin18) The TaskLoaderView 2.0 handles all your task loading states: * Handles error with custom messages and icons * Handles empty states * Show snackbar errors for refresh scenarios (if data is already shown) * Handles retry with button * Support Xamarin.Forms.Skeleton * Can override any state views with your own custom ones HorizontalListView for Xamarin.Forms (close to a CollectionView): * Carousel layout * Column count * Snapping on first or middle element * Padding and item spacing * Handles NotifyCollectionChangedAction Add Remove and Reset actions * View recycling * RecyclerView on Android * UICollectionView on iOS Grid ListView (HorizontalListView with ListLayout set to Grid): * Column count * Drag And Drop * RefreshView support * Padding and item spacing * Handles NotifyCollectionChangedAction Add Remove and Reset actions * View recycling
Xamarin.Android Binding for Hammad Akram's Sneaker v2. A lightweight Android library for customizable alerts
A simple way to make a beauty onboarding experience (app intro or welcome screen) for your users.
Xamarin.Android Bindings for Cuneyt Ayyildiz' Android Onboarder, a simple and lightweight library to create beautiful introduction screens for your Android apps.
Combines the streamlined form factor of a listbox—as well as unique “path” views—with lightning-fast remote data retrieval and absolute responsiveness. You can try this package for free for 45 days, after which you will need to purchase a license key to continue using it.
SlimChart SlimChart is a light and easy to use chart library for Android. Using SlimChart you will be able to create a stylish chart for your stats
A light user control library of WPF based on Material Design.
Lightweight file chooser for Xamarin.Android