Found 121 packages
ResourceDictionary instances containing Material Design templates and styles for WPF controls in .NET.
ResourceDictionary instances containing Material Design templates and styles for WPF controls in the MahApps library.
ThemeManager component for MudBlazor to design, test or do live changes to Mudblazor themes.
Theming WinForms (C# or VB.Net) to Google's Material Design Principles.
This package provides the functionality to utilize the features of Syncfusion® WPF Material Light theme and more.
This repository is a set of styles that will help you customize your application in an appropriate material design.
Package Description
Google's Material Design for your windows forms. MaterialSkin 2 is a Google's Material Design skin for you windows forms app. This updated version brings new user controls, unified theming and consistency. This package supersedes the MaterialSkin package By IgnaceMaes. Example app and documentation is available on the project site.
This package provides the functionality to utilize the features of Syncfusion® WPF Material Dark 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);
This package provides the functionality to utilize the features of Syncfusion® WPF Material Light Blue theme and more.
This package contains the Syncfusion® Blazor components themes as static web assets to reference in Blazor application.
Theming WinForms (C# or VB.Net) to Google's Material Design Principles.
This package provides the functionality to utilize the features of Syncfusion® WPF Material Dark Blue theme and more. This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
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.
DataGrid styles library of Material.Avalonia.
Material Design in XAML Toolkit - WPF Themes
Fork of Material.Avalonia
Material.Dialog provide some essential material dialogs for use.
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); } ```