-
-
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
Custom storybook UI #313
Comments
I think you are referring to this: https://github.com/kadirahq/storybook-ui I think we could add more features into the storybook-ui and then simply upgrade the version in this repo. Is this something you looked for? |
BTW: It's nice to see you guys started to using storybook and that's a nice storybook :) And add some better mobile support is important. I think we can talk this on the storybook-ui repo. |
Oh I see, thanks. Using |
I think we could work more features directly into the storybook-ui and put it here. |
I want to do a single page with all stories, one on bottom of each other. Do you think it would be easy to do @arunoda ? If yes, how can I start doing that? |
The work needed to make Storybook 100% customizable is in progress, but it's a long process. and Will take #1209 to be done. |
I'm starting to use storybook for react-native-web - https://necolas.github.io/react-native-web/storybook - and internally at Twitter. In both cases, we could benefit from customising the UI outside of the iframe. For example:
something more whitelabel that can be themed with React Native or Twitter brand styles (e.g., replace "React Storybook" with our own logo, style the sidebar)
support for a deeper hierarchy
"APIs" -> "StyleSheet" -> stories
"Components" -> "Touchable" -> stories
works on mobile (e.g., doesn't rely on keyboard shortcuts or mouse controls to change view modes)
Are there any plans in this vain – or is there any interest?
The text was updated successfully, but these errors were encountered: