Download

Download Metro UI to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, Bower, Yarn, and more.

Full Package

Package contains compiled and source files. You can use precompiled files or compile Metro UI with your own asset pipeline by downloading our source Less, JavaScript, and documentation files. This option requires some additional tooling:

  • Less compiler for compiling your CSS
  • Autoprefixer for CSS vendor prefixing
  • Build tools for compiling js files

* Author use Grunt with required modules.

Download source

Metro CDN

Use Metro CDN to deliver cached version of Metro UI with compiled CSS and JS to your project.


                <link rel="stylesheet" href="https://cdn.metroui.org.ua/v4/css/metro-all.min.css">
                <script src="https://cdn.metroui.org.ua/v4/js/metro.min.js"></script>
            

* Metro CDN, provided for free by the folks at KeyCDN

Package managers

Pull in Metro UI source files into nearly any project with some of the most popular package managers.


npm

                $ npm install metro4@latest // full
                $ npm install metro4-dist@latest // short
            
Yarn

                $ yarn add metro4@latest // full
                $ yarn add metro4-dist@latest // short
            
NuGet

Package manager


                PM> Install-Package metro4 -Version {number}
            

.NET CLI


                > dotnet add package Metro4 -Version {number}
            

Packet CLI


                > packet add package Metro4 -Version {number}
            

Custom builder

Use Builder to create your own set of components.