JSPM

  • Created
  • Published
  • Downloads 594
  • Score
    100M100P100Q93311F
  • License MIT

Set of UI components for common interaction elements in a SaaS app

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_ui

Usage

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 build

Run Storybook

npm run storybook

Run dev app

npm run dev:app

Test before publishing

npm run test:build
npm run test:dev

License

MIT