cal.pub0.org/apps/storybook
Syed Ali Shahbaz c455639ff4
Feat/v2 daterangepicker (#4002)
* fixes minimum notice label

* adds story for daterange picker

* imports styles from global

* adds daterangepicker type inside packages types folder

* wraps tooltip with tooltip provider

* improvements

* further fixes

* fixes NIT

* match design specs

* adds space between input and calendar

* NITs

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-09-01 10:09:08 +00:00
..
.storybook V2 Main (#3549) 2022-08-24 14:18:42 -06:00
pages Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
public Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
stories Feat/v2 daterangepicker (#4002) 2022-09-01 10:09:08 +00:00
styles Feat/v2 daterangepicker (#4002) 2022-09-01 10:09:08 +00:00
.gitignore Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
README.md Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
next-env.d.ts Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
next.config.js Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
package.json Update all Yarn dependencies (2022-08-17) (#3887) 2022-08-29 17:55:27 -06:00
postcss.config.js Feat/design system (#3051) 2022-07-22 18:39:50 -06:00
tailwind.config.js Fix V1 Colors (#3520) 2022-07-25 12:57:16 +01:00
tsconfig.json Feat/design system (#3051) 2022-07-22 18:39:50 -06:00

README.md

Storybook & UI

Storybook is home to all of our commonly used components. We use this app to visually show all components that we have within the project + automatic type documentation generated for each component.

All changes to storybook/ui must require a visual/code review.

  • Visual reviews happen on a tool called Chormatic and these reviews will happen by our product team.

  • Code reviews happen as normal on any changes to storybook/ui designs

Deployment

To deploy this project run

  cd apps/storybook
  yarn dev