Im interested in a way to group different components together based on different functionality or location in the app. A great example of a sidebar menu that does this is GraphiQL. You can see how when you click a section you have a full menu of new items and you can go back and forth.

Example scenario: Let's say you have a bunch of form components Input, Select, Checkbox, and then you have a bunch of shape components like Circle, Square, and Triangle. This idea would allow you to specify in the story file or perhaps in the folder structure, which component goes where. Allowing all the shape components to live together and all the formcomponents all together.
Alternatively, a way to even group / order them with titles / header could help solve this issue as well.
Im interested in a way to group different components together based on different functionality or location in the app. A great example of a sidebar menu that does this is
GraphiQL. You can see how when you click a section you have a full menu of new items and you can go back and forth.Alternatively, a way to even group / order them with titles / header could help solve this issue as well.