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
Components stories such as Storybook, Histoire, etc. are often prepared for web application development.
With vite support for Storybook, I believe there are many opportunities for users to use Storybook together with Panda CSS Module (I use Panda CSS + Storybook + Storybook Module in my product development).
Considering the opportunities for users, it would be great if Panda CSS Module can provide storybook: boolean option + automatic setup.
However, we also think it is beyond the responsibility of Panda CSS Module. Might as well keep it to "clearly state how to use in Docs".
So, I would like to hear the owner's ( @wattanx ) view.
Design: if you want to provide a storybook option.
if storybook(sb) = true:
install Storybook Module and npx storybook-module init
add Storybook Module to nuxt.config.ts
Note
We consider the result of the discussion of this feature to have an impact of one minor version up.
Therefore, we recognize that the priority of response and discussion is low (because it does not require urgency, such as a malfunctioning bug).
I think it would be better not to support the storybook option.
It would be good to add an introduction procedure to the docs.
I think integration with storybooks should be an add-on on the storybook side. (e.g. storybook-pandacss-addon)
(This is my thinking at this time, and my ideas may change in the future.)
I think it would be better not to support the storybook option.
It would be good to add an introduction procedure to the docs.
I agree with you 👍 .
I don't know if the Storybook side needs to be addressed first (add addons) or the Panda CSS side (can be done via CLI, etc.), but I think the Docs description policy is fine for now.
Can Docs support be implemented as is with this issue number?
Or, should I close this Issue and tie it to another Issue?
Context
Components stories such as Storybook, Histoire, etc. are often prepared for web application development.
With vite support for Storybook, I believe there are many opportunities for users to use Storybook together with Panda CSS Module (I use Panda CSS + Storybook + Storybook Module in my product development).
Considering the opportunities for users, it would be great if Panda CSS Module can provide
storybook: boolean
option + automatic setup.However, we also think it is beyond the responsibility of Panda CSS Module. Might as well keep it to "clearly state how to use in Docs".
So, I would like to hear the owner's ( @wattanx ) view.
Design: if you want to provide a storybook option.
if storybook(sb) = true:
Storybook Module
andnpx storybook-module init
Storybook Module
to nuxt.config.tsNote
We consider the result of the discussion of this feature to have an impact of one minor version up.
Therefore, we recognize that the priority of response and discussion is low (because it does not require urgency, such as a malfunctioning bug).
Ref
The text was updated successfully, but these errors were encountered: