0.0.1-unstable-775 • Published 6 years ago

bob-style v0.0.1-unstable-775

Weekly downloads
336
License
-
Repository
-
Last release
6 years ago

Bob UI Framework

Library that contains all the basic bob UI elements. \ View it here https://hibobio.github.io/bob-style/

Installation and Usage

npm install bob-style

Run the storybook project locally

npm run storybook

Contribute Instructions

  • Generate the new component source files
ng generate component newComponent --project=ui-framework
  • Each component should have its own module and enum if there are any
  • create index.ts file and export the relevant files (module, enums)
  • Add to the peer dependencies collection of the library package.json any new dependencies
  • Add also to the main package.json the new dependency
  • Add the component stories file

Run tests

npm run test
0.0.3-unstable.0

6 years ago

0.0.1

6 years ago

1.0.0

6 years ago