Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mockingbot/mb-sketch-ruler

A sketch like ruler in javascript
https://github.com/mockingbot/mb-sketch-ruler

Last synced: 1 day ago
JSON representation

A sketch like ruler in javascript

Awesome Lists containing this project

README

        

# mb-sketch-ruler

> A sketch like ruler in javascript

[![NPM](https://img.shields.io/npm/v/mb-sketch-ruler.svg)](https://www.npmjs.com/package/mb-sketch-ruler) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Live Demo
[Click here](https://mockingbot.github.io/mb-sketch-ruler/)

## Install

```bash
npm install --save mb-sketch-ruler
```

## Usage

```jsx
import React, { PureComponent } from 'react'

import ReactRuler from 'mb-sketch-ruler'

class Example extends PureComponent {
render () {
return (

)
}
}
```

## License

MIT © [MockingBot](https://github.com/mockingbot)

###© 2016 [MockingBot](https://mockingbot.com)