Libraries Overview
Metro UI includes special js modules to work with date and time, strings, colors, html, animations, and hooks. These modules were designed specifically to achieve the goals when creating Metro UI, so they should also help you achieve your goals.
Dom Set of methods and properties for working with the HTML elements, animations, and ajax.
Datetime Set of methods and properties for working with Dates and Time.
Farbe Set of methods and properties for working with Colors.
String set of methods and properties for working with Strings.
Hooks Set of functions to create user hooks.
Guardian Set of methods and properties to create schemas for validation user input or other data.
Html Set of functions to create HTML elements. Almost DSL for HTML ;).
Router Class to create a router for your SPA application.
Model Class to create a reactive data model with two-way binding for your web site.