Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Storybook: Enable interactive stories #30294

Draft
wants to merge 1 commit into
base: tr/fix-commits-popovr
Choose a base branch
from

Conversation

umpox
Copy link
Contributor

@umpox umpox commented Jan 27, 2022

Enables interactive stories and introduces an experimental way of sharing user action code between tests and Storybook

@github-actions github-actions bot added the frontend-platform Issues related to our frontend platform, owned collectively by our frontend crew. label Jan 27, 2022
export const RevisionsPopoverTags = () => <RevisionsPopoverStory initialTabIndex={1} />
export const RevisionsPopoverCommits = () => <RevisionsPopoverStory initialTabIndex={2} />
export const RevisionsPopoverCommits = Template.bind({})
RevisionsPopoverCommits.play = async ({ canvasElement }) => {
Copy link
Member

Choose a reason for hiding this comment

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frontend-platform Issues related to our frontend platform, owned collectively by our frontend crew.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants