Skip to content
This repository has been archived by the owner on Nov 18, 2017. It is now read-only.

Raathigesh/Filty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Bar UI With Filters for React JS

Demo

Demo of the developement build. It's rough man. Very Rough! : http://raathigesh.com/filty

General Usage

Filty is a UI component developed in React JS. Filty could be used to provide search functionlities with filters. Filters are in the format of "FilterName | FilterValue". Users can add filters by using '#'.

Features

  • Ability to add multiple filters
  • Autocomplete dropdown

Documentation

##Properties ###results Results that should be shown in the auto complete dropdown list. Please note that filty will not handle filtering of the results set. Filty just acts as a UI with rich capabilities so filtering should be impemented by using the APIs exposed by filty.

Events

###onChange Will fier when ever something changes in the search box.

###onFinalResultSelected Will fire when user selects the search result from the suggestions after adding all the filters.

###onNewFilterChange Will fire as soon as user starts to add a new filter. Usually as soon as user adds a '#'.

###onNewFilterValueChange Will fire as soon as user starts typing a value to a filter.

###onNewFilterAdded Will fire as soon a new filter is added to search box.

About

A ReactJS search box component with filters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages