The FiltersList component displays all active filters. It also allows for adding and removing filters.
This description is a stub and shold be expanded as development continues.
yarn add @commercetools-uikit/filters-list
npm --save install @commercetools-uikit/filters-list
Additionally install the peer dependencies (if not present)
yarn add react
npm --save install react
import FiltersList from '@commercetools-uikit/filters-list';
/**TODO: EXPAND THIS */
const Example = () => <FiltersList />;
export default Example;
Props | Type | Required | Default | Description |
---|---|---|---|---|
label |
string |
This is a stub prop |