You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: