Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nt1m/material-framework
[Unmaintained] An easy to use material design based framework.
https://github.com/nt1m/material-framework
css design framework framework-css material material-design web
Last synced: 13 days ago
JSON representation
[Unmaintained] An easy to use material design based framework.
- Host: GitHub
- URL: https://github.com/nt1m/material-framework
- Owner: nt1m
- License: mit
- Created: 2014-07-31T07:53:52.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-12-07T18:36:10.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T09:12:13.120Z (28 days ago)
- Topics: css, design, framework, framework-css, material, material-design, web
- Language: HTML
- Homepage: http://nt1m.github.io/material-framework
- Size: 842 KB
- Stars: 388
- Watchers: 27
- Forks: 87
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-material - material-framework
README
Material framework
==================This is a CSS only Material design based framework.
Demo : http://nt1m.github.io/material-framework
# Usage
Just include material.css on any web page/ web app.
You can also get a minified version by running `grunt dist`, the minified code will appear in the `dist` folder.# Resources used
- [Material Colors](https://github.com/shuhei/material-colors/)
- [Material design icons](https://github.com/google/material-design-icons/)
- [Fontello](http://fontello.com) (to generate icon font)# Contributing
Pull requests :) or Issues if you can't :)## Guidelines
- Tab indenting
- Space after "," (rgba(0, 0, 0, 0.2) for example)
- Lowercase hex colors or rgba for alpha transparency