Metro.UI.CSS 3.0.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package Metro.UI.CSS --version 3.0.14
                    
NuGet\Install-Package Metro.UI.CSS -Version 3.0.14
                    
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="Metro.UI.CSS" Version="3.0.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Metro.UI.CSS" Version="3.0.14" />
                    
Directory.Packages.props
<PackageReference Include="Metro.UI.CSS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Metro.UI.CSS --version 3.0.14
                    
#r "nuget: Metro.UI.CSS, 3.0.14"
                    
#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.
#:package Metro.UI.CSS@3.0.14
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Metro.UI.CSS&version=3.0.14
                    
Install as a Cake Addin
#tool nuget:?package=Metro.UI.CSS&version=3.0.14
                    
Install as a Cake Tool

Metro UI CSS a set of styles to create a site with an interface similar to Windows 8

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Metro.UI.CSS:

Package Downloads
PiranhaCMSOak

Quickly create beautiful web applications on the latest technologies: Microsoft .NET 4.5, ASP.NET MVC 4, Oak and Piranha CMS

MvcBoost.MetroUI

Tools to Speed Up HTML Metro/Modern UI Coding

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.17 116,418 1/1/2017
3.0.16 2,821 12/31/2016
3.0.15 13,613 6/20/2016
3.0.14 31,417 2/12/2016
3.0.13 33,464 10/24/2015
3.0.12 10,094 9/17/2015
3.0.11 3,363 9/13/2015
3.0.10 3,855 8/30/2015
3.0.9 3,888 7/29/2015
3.0.8 2,867 7/25/2015
3.0.7 13,665 6/28/2015
3.0.6 10,634 6/8/2015
3.0.5 2,430 5/24/2015
3.0.4 2,426 5/13/2015
3.0.3 4,453 5/4/2015
3.0.2 2,085 5/2/2015
3.0.1 2,951 4/30/2015
2.0.31 76,315 3/6/2014
Loading failed

## 3.0.14
* fix tabcontrol frames overflow
* upd dialog, add utility function showMetroDialog, hideMetroDialog
* upd dialog, add place option
* upd dialog, add set content options
* upd slider, add work with non input target
* upd slider, add two way binding with target
* upd slider, add new Events: onStartChange, onChanged
* add video player
* upd slider, add buffer (great for player)
* fix esc click for full screen video player with mode window
* add audio player
* remove large slider
* redefine slider
* fix radio-button checked state
* rewrite colors.less
* fix pull request #794
* fix pull request #796