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

Create Storybook Stories for Back Matter and Component Definition Components #117

Merged
merged 2 commits into from
Jul 16, 2021

Conversation

snorouzzadeh
Copy link
Contributor

Added .stories.js files to the components directory
for each component. Component stories were written
in a modular approach with the default story containing
only the required props for the component and
then in each variation of the component optional props were added.

Added stories to Back Matter, Component Definition Component,
and Component Definition Control Implementation components.
Variations were added to the Back Matter stories.

To view the Storybook page, run:
npm install
npm run storybook
in the root directory.

Added .stories.js files for the Back Matter
and Component Definition Components. These
files are under the Components directory.
Implemented an incremental approach by adding
optional props/complexity to each variation.

Added the display of title, description,
citation, and media type to the .stories.js
file for the Back Matter Component.
Copy link
Contributor

@kylelaker kylelaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking really cool! Thank you!!

Copy link
Member

@zclarkEDC zclarkEDC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work.

@kylelaker kylelaker merged commit 2202933 into EGRC-275 Jul 16, 2021
@kylelaker kylelaker deleted the EGRC-432 branch July 16, 2021 20:19
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 this pull request may close these issues.

None yet

3 participants