0.0.4 • Published 2 years ago
darwin-s3-plugin v0.0.4
Doorman Common UI Library
Doorman Common UI Library contains foundational React UI components for Doorman related projects.
Installation:
npm:
npm install @dbops/uiyarn:
yarn add @dbops/uiLocal development:
Starting up storybook:
yarn storybookchecks for lint errors
yarn lintchecks and fixes lint errors if possible
yarn lint:fixformat your code with prettier
yarn formatBuild:
Bundle UI library:
yarn buildBuild storybook static files:
yarn build-storybookDirectory Structure
For new UI components or utilities, please put them under src/* and export them in src/index.ts.