Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OverflowBtn, OverflowMenuBtn and Slideout to Storybook #9449

Closed
2 tasks
jerader opened this issue Feb 14, 2022 · 0 comments · Fixed by #9455
Closed
2 tasks

Add OverflowBtn, OverflowMenuBtn and Slideout to Storybook #9449

jerader opened this issue Feb 14, 2022 · 0 comments · Fixed by #9455
Assignees

Comments

@jerader
Copy link
Collaborator

jerader commented Feb 14, 2022

Overview

This ticket makes a story for the following shared components: OverflowBtn, OverflowMenuBtn and Slideout

Implementation details

  1. Create a OverflowBtn.stories.tsx, OverflowMenuBtn.stories.tsx, and a Slideout.stories.tsx which should live in each of the components' folder.

  2. the title of each story should be App/Atoms/{component name}

  3. Look at a story for reference in how to create it, such as Btn.stories.tsx - each story should include all the states the component has. Slideout only has 1 but OverflowMenuBtn and OverflowBtn should each have 5 states

  4. To view stories that are no merged yet: make -C components dev

Acceptance criteria

  • storybook should have an OverflowBtn, OverflowMenuBtn, and Slideout under App -> Atoms

  • each story should display the different states each component might have

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant