-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Storybook Playground and Stackblitz #18250
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18250 +/- ##
=======================================
Coverage 84.31% 84.31%
=======================================
Files 404 404
Lines 14352 14352
Branches 4601 4655 +54
=======================================
Hits 12101 12101
+ Misses 2090 2089 -1
- Partials 161 162 +1 ☔ View full report in Codecov by Sentry. |
Closes #16816
Storybook does not offer a good integration with third party packages like
@stackblitz/sdk
. There is no clean way to grab code from stories, that's why thecodePreviewer.tsx
file has a lot of regex.We are gonna add the "Open in Stackblitz" option in this issue.
Changelog
@stackblitz/sdk
package. With this package now we are able to add an "Open in Stackblitz" for components.Changed
args
to stories that make sense to use it.Removed
Playground
stories from 99% os components.Testing / Reviewing