sensortoy/www/libs/mui/packages/meteor
Martin Donnelly 939a7aff4c init
2016-05-20 17:10:40 +01:00
..
lib init 2016-05-20 17:10:40 +01:00
LICENSE.txt init 2016-05-20 17:10:40 +01:00
package.js init 2016-05-20 17:10:40 +01:00
README.md init 2016-05-20 17:10:40 +01:00

Material Design CSS Framework

MUI

MUI is a lightweight CSS framework that follows Google's Material Design guidelines.

Join the chat at https://gitter.im/muicss/mui Build Status Dependency Status devDependency Status

Features

MUI is designed from the ground up to be fast, small and developer friendly. By design it only includes the basic components you need to build a site that follows Google's Material Design guidelines. Some of the key features of MUI are:

  • Small footprint: mui.min.css - 6.6K, mui.min.js - 5.4K (gzipped)
  • A responsive grid to make mobile-friendly sites
  • No external dependencies
  • CSS library that can be customized with your own colors
  • JS library can be loaded asyncronously
  • Email library for styling HTML emails

To get started using MUI, go to the MUI website to see examples and download boilerplate HTML.

Browser Support

MUI is tested and works in:

  • IE10+
  • Latest Stable: Firefox, Chrome, Safari
  • iOS 6+

Directory Tree

muicss:mui/
├── lib
│   ├── css
│   │   └── mui.css
│   └── js
│       └── mui.js
├── LICENSE.txt
├── package.js
└── README.md