# React Smart Search

ReactSmartSearch is a simple yet powerful search/filter. It provides a user friendly alternative to Ag-Grids advance filters.

Visit the [Demo page](https://markgregg.github.io/react-smart-search-examples/?story=smart-search-basic--smart-seach-basic)

Contact: gregg.mark@gmail.com

## To install

```js
yarn add react-smart-search
```

or

```js
npm i react-smart-search
```

## [Quick Start](docs/QuickStart.md)

## [Features](docs/Features.md)

## [Properties](docs/Properties.md)

## Types 
 - [Field](docs/Field.md)
 - [FieldMatch](docs/FieldMatch.md)
 - [Matcher](docs/Matcher.md)
 - [Hint](docs/Hint.md)
 - [AgHint](docs/AgHint.md)
 - [ComparisonItem](docs/ComparisonItem.md)
 
## [Keboard Shortcuts](docs/KeyboardShortCuts.md)

