No Preview

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.

SearchLoadMoreProgress

A simple progress bar that shows how many results are shown comparing to the total results.

Properties

Property NameDescriptionTypeRequired
totalThe total results of the current searchnumbertrue
currentThe amount of items shownnumbertrue

Example


  <SearchLoadMoreProgress
    total={10}
    current={5}
  />
  

Installation

npx sc-search new-component -w -s styled -l typescript -n SearchLoadMoreProgress -o <destination/path>