Material design components for the Zorium framework
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'
}
Button = require 'zorium-paper/button'
paperColors = require 'zorium-paper/colors.json'
$button = new Button()
z $button,
text: 'click me'