Search components in Storybook.
<YOUR BASE_PATH>/stories.json
or <YOUR_BASE_PATH>/index.json
file must exist. Older versions of Storybook might not have these files. They could be generated by enabling the feature flag.By default, all stories are included in search results. To narrow down the results, use the "RegExp to filter story names" setting in the extension configuration. For example, setting it to ^Docs$
will return only stories named "Docs".