1.0.0 • Published 5 years ago

alex-ui-lib v1.0.0

Weekly downloads
4
License
-
Repository
-
Last release
5 years ago

Park Holidays User Interface (React)

Common library used across projects, specifically for high-level user interface components

Project Rules

  • Imports should be in alphabetical order
  • Do not install 3rd party packages without discussion first
  • All components must have a corresponding Storyboard component created (See below section)
  • Maintain consistent coding, naming and all other standards (do not deviate from this)
  • All commits must be reviewed first before accepting into the repository, and before npm publishing

Storyboard.js

Details: https://storybook.js.org Look at the structure of 'Button' folder for understanding how Storyboard.js is integrated

npm run storybook

Deployment to NPM

To deploy, run

npm publish

This will by default run the prepublish command before deployment.