CaListCountBar
Component to visualize the amount of a product list currently visible
SASS-path: ./styles/components/atoms/ca-list-count-bar.scss
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| minCount | The lowest product number shown | Number | true | - |
| maxCount | The highest product number shown | Number | true | - |
| totalCount | The total amount of products in list | Number | true | - |