https://github.com/tejasmr/table-creator
Create tables in react easily
https://github.com/tejasmr/table-creator
javascript library npm react table
Last synced: 3 months ago
JSON representation
Create tables in react easily
- Host: GitHub
- URL: https://github.com/tejasmr/table-creator
- Owner: tejasmr
- License: mit
- Created: 2022-09-16T06:25:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T11:00:17.000Z (over 2 years ago)
- Last Synced: 2025-03-21T05:32:57.503Z (3 months ago)
- Topics: javascript, library, npm, react, table
- Language: TypeScript
- Homepage:
- Size: 47.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# table-creator
> Create tables in react easily
[](https://www.npmjs.com/package/table-creator)
[](https://www.npmjs.com/package/table-creator)
[](https://standardjs.com)## Install
```bash
npm install --save table-creator
```[](https://npmjs.org/package/table-creator)
## Usage
```tsx
import React, { Component } from 'react'import TableCreator from 'table-creator'
import 'table-creator/dist/index.css'class Example extends Component {
render() {
return
}
}
```## License
MIT © [tezz-io](https://github.com/tezz-io)