-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Stencil support #15479
Stencil support #15479
Conversation
Nx Cloud ReportWe didn't find any information for the current pull request with the commit d446537. Check the Getting started section to configure the app. Sent with 💌 from NxCloud. |
@marcolanaro thanks so much for putting this PR together--this is a great start! I have some questions to help me wrap my head around it. In the issue you mention that this is a half-solution and you still need to run If you're up for it, I'd love to chat more about this on Discord https://discord.gg/storybook |
@shilman This is correct. This would unblock stencil developers writing stories easily. I saw many different works around that:
This would enable developers to stay in the same environment and write stories as they write components. Yes, it's not perfect from storybook point of view. |
@marcolanaro thanks for getting back to me. just let me know when you have more time to discuss in August. In the meantime we'll take a look at your solution and see whether we can build on it |
}, | ||
"devDependencies": { | ||
"@storybook/source-loader": "*", | ||
"@storybook/stencil": "../../app/stencil", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"@storybook/stencil": "../../app/stencil", | |
"@storybook/stencil": "6.4.0-alpha.11", |
This will actually pack that folder into the cache, you should use a version instead
Is the stencil support still in progress? 🙂 |
I'd also love to know if/when official Stencil support is likely to arrive. For our Stencil-based design system, we've been holding off on Storybook until official support arrives. |
I was hoping to see some progress when coming here but sad to see no :( |
I haven't heard back from @marcolanaro about continuing this work. In the meantime I have discussed with the Stencil core team and they are looking into how they might provide official support from their end 🤞 Please upvote the issues here ionic-team/stencil#3104 |
Thank you so much @shilman! Yes, the Stencil team is looking for feedback on the linked issue above. I am working through the logistics of what it means for Stencil as a compiler that can not only produce web components, but can also produce components for other frameworks. So any other related feedback and suggestions on direction is welcome! |
I'm closing this due to inactivity, sorry. |
Issue: #4600
What I did
How to test