Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taishikato/flexible-table-component
https://github.com/taishikato/flexible-table-component
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taishikato/flexible-table-component
- Owner: taishikato
- Created: 2022-07-05T17:54:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T02:41:33.000Z (over 2 years ago)
- Last Synced: 2024-04-09T22:44:10.426Z (7 months ago)
- Language: TypeScript
- Homepage: https://taishikato.github.io/flexible-table-component/
- Size: 748 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to make this work on your local
```shell
yarn# and
yarn dev
```## Directories
* `docs` - For GitHub pages
* `src/TableComponent` - For table component
* `src/MyComponents and App.tsx` - For the client app that uses the table component