Skip to content

claydotio/zorium-paper

 
 

Repository files navigation

Zorium Paper

Material design components for the Zorium framework

material design components

Documentation

zorium.org/paper

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 = new Button()

z $button,
  text: 'click me'

About

Material design components for the Zorium framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 50.0%
  • CoffeeScript 50.0%