Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

50 lines (26 loc) · 1.18 KB

npm package : https://www.npmjs.com/package/dashboaviz-kit

Install

npm i dashboaviz-kit

Use the library

To see all the components in action and dataformats go to the demo page

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev --open

Building

To create a production version of your app:

svelte-package

# to publish to npm
npm publish

DEMO PAGE

Screenshot_20230203_183355

Screenshot_20230203_183407

Screenshot_20230203_183338

Screenshot_20230203_183322