UNPKG

react-spreadsheet-grid

Version:

An Excel-like grid component for React with custom cell editors, performant scroll & resizable columns

6 lines (4 loc) 137 B
import Grid from './src/scrollWrapper' import Input from './src/input' import Select from './src/select' export { Grid, Input, Select }