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

[Internal] Implement Storybook library #56

Open
WillieCubed opened this issue Feb 8, 2023 · 0 comments · May be fixed by #68
Open

[Internal] Implement Storybook library #56

WillieCubed opened this issue Feb 8, 2023 · 0 comments · May be fixed by #68
Assignees
Labels
Type: Internal "Chore" tasks that are needed for features

Comments

@WillieCubed
Copy link
Member

WillieCubed commented Feb 8, 2023

Overview of Changes

As a contributor to the project, I should be able to see a gallery of components used throughout the project.

Storybook is a tool that allows us to test components in isolation and together to ensure they look as designed and behave as intended.

Each of the following components should have a page in Storybook that documents all of their properties/states and behaviors:

Implementation Details

Storybook should be installed like it would for a React project that uses TypeScript. The website generated by Storybook should be accessible on a developer's local machine by running an NPM script like npm run storybook.

Supplementary Material

See the Figma document here for the full component specifications.

@SmokinTurkey or @legenung when you get the chance, could you share images of final components listed above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Internal "Chore" tasks that are needed for features
Projects
None yet
3 participants