UNPKG

react-spreadsheet

Version:

Simple, customizable yet performant spreadsheet for React

34 lines (22 loc) 1.18 kB
<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. ![Screenshot](https://github.com/iddan/react-spreadsheet/blob/master/assets/screenshot.png?raw=true) [![CI](https://github.com/iddan/react-spreadsheet/workflows/CI/badge.svg?branch=master)](https://github.com/iddan/react-spreadsheet/actions/workflows/ci.yaml?query=branch%3Amaster) [![Coverage Status](https://coveralls.io/repos/github/iddan/react-spreadsheet/badge.svg?branch=master)](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)