bradfrost / style-guide-guide

A boilerplate for creating your own custom style guide
http://bradfrost.github.io/style-guide-guide
MIT License
1.23k stars 169 forks source link

Possible improvement: List of all components with autocomplete search, for quickly finding a component. #22

Open mrosvik opened 7 years ago

mrosvik commented 7 years ago

For example, one common overview-page for all components, with search-form in top that auto-update the component list based on what you type.

bradfrost commented 7 years ago

Thanks for the feature request! Search would be a welcome addition, and even though Jekyll is a static site generator, it appears there are options to create search functionality: https://blog.algolia.com/instant-search-blog-documentation-jekyll-plugin/

mrosvik commented 7 years ago

Just realized that there actually is a overview-page http://bradfrost.github.io/style-guide-guide/components/view-all.html , but seems like component-links are broken.