react-spreadsheet
Version:
Simple, customizable yet performant spreadsheet for React
34 lines (22 loc) • 1.18 kB
Markdown
<div align="center">
<img src="https://raw.githubusercontent.com/iddan/react-spreadsheet/master/assets/logo.svg?sanitize=true" height="120">
</div>
# React Spreadsheet
Simple, customizable yet performant spreadsheet for React.

[](https://github.com/iddan/react-spreadsheet/actions/workflows/ci.yaml?query=branch%3Amaster)
[](https://coveralls.io/github/iddan/react-spreadsheet?branch=master)
```bash
npm install react react-dom scheduler react-spreadsheet
```
_or_
```bash
yarn add react react-dom scheduler react-spreadsheet
```
### Features
- Simple straightforward API focusing on common use cases while keeping flexibility
- Performant (yet not virtualized)
- Implements Just Components™
### [Demo](https://iddan.github.io/react-spreadsheet)
### [Docs](https://iddan.github.io/react-spreadsheet/docs)
### [Storybook](https://iddan.github.io/react-spreadsheet/storybook)