Provides display components for React Tailwind Flowbite applications
To use this package in your application install it via npm.
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";
Development is done through Storybook. You may start the UI for inspection with hot reloading using:
npm run storybook
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 is used to review changes on this project. You may invite yourself to the project.