Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikolajdobrucki/material-foundation
Material Design version of Foudation for Sites by Zurb
https://github.com/mikolajdobrucki/material-foundation
foundation framework google material material-design zurb zurb-foundation
Last synced: 1 day ago
JSON representation
Material Design version of Foudation for Sites by Zurb
- Host: GitHub
- URL: https://github.com/mikolajdobrucki/material-foundation
- Owner: mikolajdobrucki
- License: mit
- Created: 2014-11-16T11:52:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T22:49:57.000Z (about 7 years ago)
- Last Synced: 2024-05-21T08:33:26.059Z (6 months ago)
- Topics: foundation, framework, google, material, material-design, zurb, zurb-foundation
- Language: CSS
- Homepage: http://materialfoundation.mikolajdobrucki.com/
- Size: 5.37 MB
- Stars: 354
- Watchers: 35
- Forks: 76
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Material Foundation
![Material Foundation](http://materialfoundation.mikolajdobrucki.com/assets/img/cover.png)
Material Design version of Foundation for Sites by Zurb
[![npm version](https://badge.fury.io/js/materialfoundation.svg)](https://badge.fury.io/js/materialfoundation)
**Supported Foundation Version**: 6.4.3
**Docs**: [http://materialfoundation.mikolajdobrucki.com/](http://materialfoundation.mikolajdobrucki.com/)
**Starter Project**:
[https://github.com/eucalyptuss/material-foundation-sample](http://github.com/eucalyptuss/material-foundation-sample)## Install with npm
```bash
npm install materialfoundation
```## Quick Start
Basically, all you need to do to start using Material Foundation is:
* import `*.scss` files from `scss` folder to your stylesheet
* include `*.js` files from `js` folder on your websiteToo see how to import the files check out the **[Material Foundation Starter Project](http://github.com/eucalyptuss/material-foundation-sample)**.