- DataV-React is a data visualization components library based on React(Of course there are alsoVue version).
- Provide cool SVG borders and decorations.
- Provide common charts such as line chart, etc..
- flying line chart, carousel table and etc.
Using React Hooks simplifies many internal work. You need React version 16.8.0 and above
$ npm install @jiaminghi/data-view-react
import * as datav from "@jiaminghi/data-view-react";
datav.BorderBox1;
// or
import { BorderBox1 } from "@jiaminghi/data-view-react";
// Introduced on demand
import BorderBox1 from "@jiaminghi/data-view-react/es/borderBox1";
Detailed documents and examples can be viewed on the HomePage.
The UMD
version can be directly imported using the script
tag. After the introduction, the corresponding component is used through the datav namespace. Before introducing data-view-react
, please ensure that `react and react-dom are introduced.
- Map Component
- Refactor underlying dependencies using TS.
The development of the component library is based on personal learning and interest. Due to technical level and experience limitations, there are still many imperfections in the components. If there are errors, you can submit issue in time or add feedback groups for feedback. Welcome to provide corrections and suggestions. Thank you for your support.
The Demo page uses the full-screen component, please view it after F11 full screen.