Socket
Socket
Sign inDemoInstall

hire-faceted-search-elab

Package Overview
Dependencies
12
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hire-faceted-search-elab

[![build status](https://travis-ci.org/HuygensING/hire-faceted-search-elab.svg?branch=master "Build status")](https://travis-ci.org/HuygensING/hire-faceted-search-elab)


Version published
Weekly downloads
5
decreased by-16.67%
Maintainers
2
Install size
3.95 MB
Created
Weekly downloads
 

Changelog

Source

v2.2.2 (2016/3/9 16:7)

  • fixes alphaSorts

Readme

Source

Hire Faceted Search (eLaborate version)

build status

A faceted search React component.

Example

let config = {
	baseURL: "",
	levels: []
}

let facetList = [
	"Label 1",
	"Label 2",
	...
]

let labels = {
	newSearch: "Searchio neubo",
	resultsFound: "Fundacio resultatas",
	...
}

<FacetedSearch
	config={config}
	facetList={facetList}
	labels={labels}
	onChange={(result, query) => console.log(result, query)}
	onSelect={(item) => console.log(item)} />

FAQs

Last updated on 09 Mar 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc