UTDNebula / survival-guide

UTD Survival Guide is a guide to being a college student and making the most of your time at UT Dallas and after graduation.
https://guide.utdnebula.com
MIT License
10 stars 0 forks source link

[Internal] Implement Storybook library #56

Open WillieCubed opened 1 year ago

WillieCubed commented 1 year ago

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?