zorium-paper

0.7.6 • Public • Published

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'

/zorium-paper/

    Package Sidebar

    Install

    npm i zorium-paper

    Weekly Downloads

    38

    Version

    0.7.6

    License

    MIT

    Unpacked Size

    203 kB

    Total Files

    30

    Last publish

    Collaborators

    • zolmeister