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

react-select-virtualized

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-virtualized

react-select v2 + react-virtualized + react hooks

0.0.7
Source
npm
Version published
Weekly downloads
6.1K
-27.52%
Maintainers
1
Weekly downloads
 
Created
Source

react-select-virtualized

**** UNSTABLE VERSION - NOT YET FINISHED ****

react-select v2 + react-virtualized + react hooks!

NPM JavaScript Style Guide

Install

npm install --save react-select-virtualized

Roadmap

  • move fast options to group
  • upgrade alpha version
  • try filtering data on infinite loader
  • add multi value support
  • add testing so we do not only relay on storybook
  • implement all the TODOs

Usage

import React, { Component } from 'react';

import Select from 'react-select-virtualized';

class Example extends Component {
  render() {
    return <Select />;
  }
}

License

MIT © guiyep

FAQs

Package last updated on 21 Feb 2019

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