New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-rangefilter

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-rangefilter

A React component to filter linearly displayed data bounded by a range.

  • 1.0.43
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-76.6%
Maintainers
1
Weekly downloads
 
Created
Source

React Rangefilter

React UI component for filtering linearly arranged data. The layout is comprised of two areas of interest: the range-browser and the focus-tray. The bounds-sliders determine the start and end of the browsed range which is then displayed across the entire width of the focus-tray. The range is a colleciton of objects arranged by a sort-value, and is automatically sorted by string or number. The focus-tray is updated each time a bounds-slider position is changed.

Features

  • Full React/Flux pattern
  • Minimal dependencies (lodash, react-draggable)
  • Callbacks for onClick and onChange
  • Fluid layout
  • CSS Rich

Try it

See the demo at http://www.uismithing.com/main/rangefilter.

Repository

https://github.com/uismithing/react-rangefilter

Install

npm install react-rangefilter -s

Deploy

import Rangefilter from "react-rangefilter"

<Rangefilter {...props}/>

props

  • Panel:{}
  • Panelintervals:{}
  • Scopetrack:{}
  • Focustray:{}
  • Leftbound:{}
  • Rightbound:{}
  • Change:=>
  • Click:=>
  • Range:[{},...{}]

Keywords

FAQs

Package last updated on 06 Jan 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc