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
After this PR is merged we can start adding the "Option in Storybook" to a few stories.
We just have to add the prop additionalActions to Canvas.
<Canvasof={ButtonStories.IconButton}additionalActions={[{title: 'Open in Stackblitz',onClick: ()=>stackblitzPrefillConfig(ButtonStories.IconButton),},]}/>
Not all stories will have this option.
The text was updated successfully, but these errors were encountered:
After this PR is merged we can start adding the "Option in Storybook" to a few stories.
We just have to add the prop
additionalActions
to Canvas.Not all stories will have this option.
The text was updated successfully, but these errors were encountered: