# Ractive Ez Icon

Icon component for ractive.js

[Demo](https://bartvanbeurden.github.io/ractive-ez-demo/)

## Install

    npm i ractive-ez-icon

```js
import 'ractive-ez-icon';
```

Requires less-loader, file-loader. Uses the Icomoon icon font.

## Webpack config

```js
{ 
    module: {
        loaders: [
            { test: /\.(eot|svg|ttf|woff|woff2)$/, loader: "file-loader" }
        ]
    }
}
```

## Usage

```html
<EzIcon icon="calendar">
```
