Package Exports
- hazo_ui
- hazo_ui/package.json
Readme
hazo_ui
A set of UI components for common interaction elements in a SaaS app.
Installation
npm install hazo_uiUsage
Import components individually for optimal tree-shaking:
import { ExampleComponent } from 'hazo_ui';
function App() {
return <ExampleComponent>Hello World</ExampleComponent>;
}Development
Build the library
npm run buildRun Storybook
npm run storybookRun dev app
npm run dev:appTest before publishing
npm run test:build
npm run test:devLicense
MIT