Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.
/ bootmetro Public archive

Simple and complete web UI framework to create web apps with Windows 8 Metro user interface, based on Bootstrap 2.

License

Notifications You must be signed in to change notification settings

aozora/bootmetro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BootMetro

BootMetro provides simple and flexible HTML, CSS, and Javascript for web apps that wants to use the "Windows 8 MetroUI" style, without the need to run on Windows 8. It is built on top of Twitter Bootstrap and HTML5 Boilerplate.

Features

The framework permit to create web applications with the look&feel of Windows 8 "Windows Store App" (ex "MetroUI" style). Maybe not ideal for internet web sites, the MetroUI style can be adopted for modern intranet web sites. I've choose to use as base the awesome Twitter Bootstrap framework, applying a set of customizations in pure css.

The framework integrate and extend the work first done by other great people:

Build from sources

Prepare your environment

  • Install Node.js and NPM (should come with)
  • Install global dev dependencies: npm install -g grunt-cli karma
  • Instal local dev dependencies: npm install while current directory is bootmetro repo

Build

To build the whole project run 'grunt' in the project directory.

Versioning

Latest Release: v1.0

  • BREAKING CHANGES:
    • icomoon.css is now bootmetro-icons.css and is recomended to have it before bootmetro.css
    • bootmetro.js is now bootmetro-panorama.js
      • classes in hub.html to use panorama scroll, are changed from metro* to panorama*
  • moved bootmetro main css files to LESS
  • upgraded to jQuery 1.8.3
  • upgraded to Modernizr 2.6.2
  • integrated HTML5 Boilerplate 4.0.1
  • added metro controls:
    • new panorama
    • new pivot
    • Metro Progress Bars, determinate & indeterminate & ring
    • Metro styled date picker
    • FlipView
    • Toast notifications
  • Metro Layouts
  • use NiceScroll for Hub scrolling with touch support

v0.6

  • Various bug fixes
  • restored correct use of OpenSans web font
  • upgraded to use Twitter Bootstrap v2.2.1
  • added ListView demo
  • added Wizard demo (in progress)
  • styled modal dialogs as Metro guidelines for messages and errors/warnings.

ToDo

  • check layout guideline on "Understanding the Windows 8 silhouette"
    • make 2 layout grid: h-scroll + v-scroll
  • (almost done) Complete the implementation of the tiles templates (add counter & mini ico)
  • demo form page with notifications
  • demo image thumbs selectables
  • demo charms with docs

License

BootMetro is dual licensed, GPL-2 and Apache-2; see the LICENSE file.

Links

Official Metro UI Guidelines

About

Simple and complete web UI framework to create web apps with Windows 8 Metro user interface, based on Bootstrap 2.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published