19.13.0 • Published 6 months ago

@commercetools-uikit/filters v19.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Filters

Description

The Filters 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.

Installation

yarn add @commercetools-uikit/filters
npm --save install @commercetools-uikit/filters

Additionally install the peer dependencies (if not present)

yarn add react
npm --save install react

Usage

import Filters from '@commercetools-uikit/filters';

/**TODO: EXPAND THIS */
const Example = () => <Filters />;

export default Example;

Properties

PropsTypeRequiredDefaultDescription
labelstringThis is a stub prop