Components
Filter results
Used to reflect the amount of results given a set of applied filters. It's also used to allow users to clear all filters.
Basic usage
First, import the component.
import {FilterResults} from '@pleo-io/telescope'
Then use it like so:
API reference
Contains all of the filter results parts.
This component doesn't accept any custom props.
Text
Describe the number of filter results here.
This component doesn't accept any custom props.
Clear
Action used to clear all filters.
This component doesn't accept any custom props.
Spinner
Shown instead of Text
when results are being fetched.
This component doesn't accept any custom props.
On this page