-
Notifications
You must be signed in to change notification settings - Fork 31
Improve Story Index #63
Comments
Currently, it's not pluggable and with current state, I think it's hard to do so. Since it's a core component of storybook. Anyway, I think there's a huge opportunity for an improvement. So, I'd like to see it lands to the core. |
OK, I think I'll draw up some designs. I have some ideas that allows for clean, nested organization of stories that would not change the |
Awesome. |
@philcockfield did you ever get any further with those designs? really excited to see something like this happen |
Add react, react-dom to devDependencies
Hey @benediktvaldez - I haven't pushed that forward yet. What's the future of Storybook looking like (before I invest time)? |
Hey Phil, We'd love to hear your ideas for designs, make people even happier? |
OK, cool - that's encouraging. I'll look to put something together ASAP. |
Please open an issue over at the new repo if you're still experiencing this issue, thanks! |
I'd like to write a better index panel that can better handle larger projects and libraries, and provide more sophisticated organisation options for stories.
Is there a pluggable way to do this. Can I write this as an external module, and have it dropped in using a known set of properties that get passed to it. (I'd like to write it in Typescript). Or do I have to hack it out within this repo?
Please let me know options - and how pluggable UI want to make the Storybook? Thanks.
The text was updated successfully, but these errors were encountered: