MaterialThemeCore NuGet Package

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);

}.




Got any MaterialThemeCore Question?





Info

Version: 0.1.0
Author(s): MaterialThemeCore
Last Update: Saturday, December 21, 2019
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/MaterialThemeCore


Install
Install-Package MaterialThemeCore
dotnet add package MaterialThemeCore
paket add MaterialThemeCore
MaterialThemeCore Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

1595