0.3.4 • Published 5 days ago

@igloo-ui/filter v0.3.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 days ago

Filter

The filter component is a button that is used to filter the items of a list or table.

Installation

To install @igloo-ui/filter in your project, you will need to run the following command using npm:

npm install @igloo-ui/filter

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/filter

Usage

Then to use the component in your code just import it!

import Filter from '@igloo-ui/filter';

<Filter
  onClick={() => {
    setSelected(!selected);
    alert('Filter was clicked');
  }}
  selected={selected}
>
  Assigned to me (5)
</Filter>;
0.3.4

5 days ago

0.3.3

20 days ago

0.3.2

3 months ago

0.3.1

3 months ago

0.3.0

4 months ago

0.2.3

4 months ago

0.2.2

5 months ago

0.2.1

5 months ago

0.2.0

6 months ago

0.1.4

10 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago