Skip to content

or4/react-virtualized-select-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-virtualized-select-box

About

Inspired react-virtualized I create this select box. It is very fast for big data and very simple and small.

It has only two dependencies, there are react and react-dom.

You can customize it as you need.

Example

video example

Install

npm install react-virtualized-select-box@latest

I'm sorry, but I removed this package from npm for now

Using

Simple use

<SelectBox onSelected={console.log} data={[{ id: 1, value: 'test' }]} />

You can use follow props

itemHeight: number; // height of item in popup
showItemsCount: number; // count visible items in popup
mix: string; // mix class for main container
popupMix: string; // mix class for popup container
id: string; // id for popup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published