0.1.9 • Published 17 days ago

@love1t/handsontable v0.1.9

Weekly downloads
-
License
ISC
Repository
-
Last release
17 days ago

React Toolkits

Installation

pnpm install @love1t/handsontable

Usage

import '@love1t/handsontable/style.css'
import Table from '@love1t/handsontable'

const App = () => {
  const data: string[][] =[]

  return <>
    <Table data={data} />
  </Table>
}
0.1.9

17 days ago

0.1.8

4 months ago

0.1.7

4 months ago

0.1.6

4 months ago

0.1.5

4 months ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago