@howso/howso-visuals
v0.2.7
Published
Provides visual components charting and graphics
Downloads
279
Readme
Howso Visuals
Provides display components for React Tailwind Flowbite applications
Usage
To use this package in your application install it via npm.
Installation
Standard package installation makes imports available:
npm i @howso/howso-visuals
Import the styles and fonts must be installed in your application directly.
import "@howso/howso-visuals/lib/styles.css";
Contributing
Development is done through Storybook. You may start the UI for inspection with hot reloading using:
npm run storybook
Publishing
Documentation changes do not require a version publishing.
For functional changes, follow SemVer
standards updating the package.json
and package-lock.json
files in your pull request.
When you are ready to publish a new version, use the Github Release action.
Chromatic
Chromatic is used to review changes on this project. You may invite yourself to the project.