Skip to content

feat: POC on Integrating StoryBook in web-components #105

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

heymitali
Copy link
Collaborator

@heymitali heymitali commented Apr 9, 2025

I did a small POC to prove that we can integrate Storybook into our existing web-components repository.

For running this locally, you just have to execute these two commands:

npm install
npm run storybook

And navigate to localhost:6006 in your browser to open StoryBook.

I am also adding a screenshot of the storybook below for your reference. For demo and POC purposes, I have only added “Donation banner” component in the story for the Storybook. Other components can be added later on in the same way.

Screenshot 2025-04-09 at 10 04 27 PM

P.S. This draft PR also contains some template files for StoryBook like buttons, and some images. Please ignore these files, I will remove them at the time of actual PR.

@alexgarel alexgarel changed the title POC on Integrating StoryBook in web-components feat: POC on Integrating StoryBook in web-components Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant