1.4.1 • Published 3 years ago

react-simpple-virtualized-select-box v1.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

react-simpple-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 custom it how you needed.

Install

npm install react-simpple-virtualized-select-box@latest

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
1.4.1

3 years ago

1.3.15

3 years ago

1.3.16

3 years ago

1.3.7

3 years ago

1.3.5

3 years ago

1.3.10

3 years ago

1.3.13

3 years ago

1.3.14

3 years ago

1.3.11

3 years ago

1.3.12

3 years ago

1.3.9

3 years ago

1.3.3

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago