Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chilijung/react-table-sheet

A light and full featured sheet that you can fill in various content as you hope!
https://github.com/chilijung/react-table-sheet

Last synced: 12 days ago
JSON representation

A light and full featured sheet that you can fill in various content as you hope!

Awesome Lists containing this project

README

        

# react-table-sheet [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> A simple spreadsheet in table

**This is still in earily stage**

## Installation

```sh
$ npm install --save react-table-sheet
```

## Usage

```js
var reactTableSheet = require('react-table-sheet');

ReactDOM.render(

, document.getElementById('root'));
```

## Start example server

```
node devServer.js
```

## Maintainer

[chilijung](https://github.com/chilijung)

## License

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

[npm-image]: https://badge.fury.io/js/react-table-sheet.svg
[npm-url]: https://npmjs.org/package/react-table-sheet
[travis-image]: https://travis-ci.org/Canner/react-table-sheet.svg?branch=master
[travis-url]: https://travis-ci.org/Canner/react-table-sheet
[daviddm-image]: https://david-dm.org/Canner/react-table-sheet.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/Canner/react-table-sheet