Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/costaq/e-datav-react
基于React的数据可视化组件库,长期更新,同时拥有vue2及vue3版本
https://github.com/costaq/e-datav-react
Last synced: 6 days ago
JSON representation
基于React的数据可视化组件库,长期更新,同时拥有vue2及vue3版本
- Host: GitHub
- URL: https://github.com/costaq/e-datav-react
- Owner: costaq
- Created: 2023-05-11T02:36:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T07:55:50.000Z (12 months ago)
- Last Synced: 2024-04-25T00:55:52.706Z (7 months ago)
- Language: TypeScript
- Homepage: https://costaq.github.io/
- Size: 838 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
### 什么是E-DataV-React?
* E-DataV-React是一个基于**React**的数据可视化组件库([Vue2版本](https://github.com/costaq/E-DataV)及[Vue3版本](https://github.com/costaq/E-DataV-Vue3))
* 提供数据可视化大屏所需的各种组件,朋友写的[DataV](https://github.com/DataV-Team/DataV)组件库中已有的组件,我这边不会过多增加,最多是效果提升
* 因个人比较佛系,更新会比较慢,但会持续更新### 链接
[E-DataV 官方文档](https://costaq.github.io/)
### npm安装
```shell
$ npm install e-datav-react
```### 使用
```js
// 按需引入
import { FullScreenContainer, DigitalFlop } from 'e-datav-react';```