This is a react library.
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@latest
check the exxample app
you have to add peerDeps to you projects.
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