dataviz-components
v0.2.24
Published
A simple React component library.
Maintainers
Readme
Dataviz Components
This is a react library.
Install
You can install with
npm i dataviz-components@latest
# or yarn
yarn add dataviz-components@latest
# or pnpm
pnpm add dataviz-components@latest
# or bun
bun add dataviz-components@latestUsage
check the exxample app
Deps
you have to add peerDeps to you projects.
How To Dev
to add deps use npm please and add each required lib as dev and peer deps like:
npm i --save-dev ol
npm i --save-peer olto update the build
npm run buildthan bump the version and push to npm
npm publishthan install the last version inside example project
npm add dataviz-components@latest