Skip to content

teamdigitale/dataviz-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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@latest

Usage

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 ol

to update the build

npm run build

than bump the version and push to npm

npm publish

than install the last version inside example project

npm add dataviz-components@latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published