Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ohtomi/react-whiteboard

A whiteboard React component using SVG.
https://github.com/ohtomi/react-whiteboard

react svg whiteboard-component

Last synced: about 2 months ago
JSON representation

A whiteboard React component using SVG.

Awesome Lists containing this project

README

        

# react-whiteboard

[![npm](https://img.shields.io/npm/v/@ohtomi/react-whiteboard.svg)](https://www.npmjs.com/package/@ohtomi/react-whiteboard)
[![License](https://img.shields.io/npm/l/@ohtomi/react-whiteboard.svg)](LICENSE)
[![Build Status](https://travis-ci.org/ohtomi/react-whiteboard.svg?branch=master)](https://travis-ci.org/ohtomi/react-whiteboard)
[![Greenkeeper badge](https://badges.greenkeeper.io/ohtomi/react-whiteboard.svg)](https://greenkeeper.io/)

## Description

A whiteboard `React` component using `SVG`.

## How to use

```javascript
render() {
return (

);
}
```

See [examples](stories).

## How to build

```bash
$ npm install
$ npm run build
```

## Contributing

1. Fork it!
1. Create your feature branch: `git checkout -b my-new-feature`
1. Commit your changes: `git commit -am 'Add some feature'`
1. Push to the branch: `git push origin my-new-feature`
1. Submit a pull request :D

## License

MIT

## Author

[Kenichi Ohtomi](https://github.com/ohtomi)