Snabbdom Material
=================

Stateless UI components for snabbdom that follow material design.

Introduction
------------

snabbdom-material is a library of [snabbdom](https://github.com/paldepind/snabbdom) user interface components based on [material design](https://www.google.com/design/spec/).

snabbdom-material components are completely stateless making them an ideal companion to libraries such as [Cerebral](http://www.cerebraljs.com/).

The development of snabbdom-material has been sponsored by [Elastic Time](http://www.elastictime.com/).

Documentation, Demos & Code Examples
------------------------------------

Take a look at the [documentation app](http://garth.github.io/snabbdom-material/dist) for demos and code examples.

![Demo](https://github.com/garth/snabbdom-material/blob/master/demo.png)

Installation
------------

```
npm install --save-dev snabbdom-material
```

Contribute
----------

Fork the repository

* `npm install`
* `npm start` runs dev mode which watches for changes and auto lints, tests and builds. Visit http://localhost:3000/ to view the demo app.
* `npm test` runs the tests
* `npm run lint` lints the code
* `npm run build` compiles to es5

License
-------

MIT
