Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benshope/supersuit
⚠️ WORK IN PROGRESS Data Visualization Components
https://github.com/benshope/supersuit
components react serializable visualization
Last synced: about 1 month ago
JSON representation
⚠️ WORK IN PROGRESS Data Visualization Components
- Host: GitHub
- URL: https://github.com/benshope/supersuit
- Owner: benshope
- Created: 2019-03-13T21:16:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:56:36.000Z (almost 2 years ago)
- Last Synced: 2023-05-31T23:35:55.058Z (over 1 year ago)
- Topics: components, react, serializable, visualization
- Language: JavaScript
- Homepage: https://benshope.github.io/supersuit
- Size: 9.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIP SuperSuit
[![GZIP Size](http://img.badgesize.io/https://unpkg.com/supersuit/dist/index.js?compression=gzip&style=for-the-badge)](https://unpkg.com/supersuit)
[![NPM Registry](https://img.shields.io/npm/v/supersuit.svg?style=for-the-badge)](https://www.npmjs.com/package/supersuit)
[![NPM License](https://img.shields.io/badge/license-mit-red.svg?style=for-the-badge)](LICENSE.md)
[![NPM Downloads](https://img.shields.io/npm/dm/supersuit.svg?style=for-the-badge)](https://www.npmjs.com/package/supersuit)SuperSuit is a combination of embeddable, composable, serializable React components for handling and visualizing data.
## Install
- **NPM:** `npm install supersuit`
- **Yarn:** `yarn add supersuit`## Options
See the [examples](https://benshope.github.io/supersuit) for usage information and snippets to copy.
## Help
If there are any examples you'd like to see or use cases I didn't cover, please [file an issue](https://github.com/benshope/supersuit/issues/new).
## ToDo
- generic component
- other layouts
- recursive component rendering
- local/global key commands
- date inputs
- grid
- chart type
- grid resize
- filter components
- load external libraries on the fly?