-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Dynamic source rendering for HTML #12755
Comments
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
I think this should be high priority for the html flavor. I think it's been a showstopper or expected ootb functionality for many trying out storybook-html. |
I've been bouncing around to every other thread about this for a couple weeks now and cannot get it figured out. So, my question: Is there currently any way with Storybook for HTML to render just the HTML in a Docs source that changes in response to args controls? |
@andrewgtibbetts that's exactly what this issue is requesting as far as I can tell |
Yes, the default, expected out-of-the-box functionality isn't there yet, but typically these threads get lengthy and contain temporary work-arounds and I was just wondering if there were any. |
Issue: storybookjs#12755 Adds dynamic source to the HTML 'framework' package.
Adds dynamic source to the HTML 'framework' package.
Huzzah!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.4.0-alpha.24 containing PR #15748 that references this issue. Upgrade today to the
Closing this issue. Please re-open if you think there's still more to do. |
Adds dynamic source to the HTML 'framework' package.
Describe the bug
"Show code" on docs page, doesn't show proper html as result of story function.
To Reproduce
Expected behavior
"Show code" should build proper html code based on controls settings.
What we get now:
What we should get:
Screenshots
Code snippets
System
Additional context
With ReactJS it works magnificent :)
The text was updated successfully, but these errors were encountered: