Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
A simple progress bar that shows how many results are shown comparing to the total results.
Property Name | Description | Type | Required |
---|---|---|---|
total | The total results of the current search | number | true |
current | The amount of items shown | number | true |
<SearchLoadMoreProgress
total={10}
current={5}
/>
npx sc-search new-component -w -s styled -l typescript -n SearchLoadMoreProgress -o <destination/path>