2.0.1 • Published 2 days ago

@toptal/davinci-storybook-full-text-search-addon v2.0.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 days ago

Storybook Addon Full Text Search

Storybook Addon Full Text Search allows user to search any text to find related story or component

Installation

1. Install addon

yarn add -D @toptal/davinci-storybook-full-text-search

2. Register this addon to Storybook

module.exports = {
  addons: ['@toptal/davinci-storybook-full-text-search-addon'],
}

This full-text-search addon also uses Picasso and brings @toptal/picasso.

Usage

For UI, addon inserts a Full Text Search button into sidebar and a modal component to show the search input and results.

For computation and searching, addon will generate an index file with respect to stories inside the project and use this index file to search the text for all text content inside a story file

2.0.1

11 days ago

2.0.0

2 months ago

1.0.2

6 months ago

1.0.3

6 months ago

1.0.1

1 year ago

1.0.0

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago