Zorium Paper
Zorium framework
Material design components for theDocumentation
Install
npm install -S zorium-paper
Use these webpack loaders
test: /\.coffee$/loader: 'coffee' test: /\.json$/loader: 'json' test: /\.styl$/ loader: 'style!css!autoprefixer!stylus?' + 'paths[]=bower_components&paths[]=node_modules'
Usage
Button = require 'zorium-paper/button'paperColors = require 'zorium-paper/colors.json'$button = z $button text: 'click me'