1.4.1 • Published 4 years ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

1.3.15

4 years ago

1.3.16

4 years ago

1.3.7

4 years ago

1.3.5

4 years ago

1.3.10

4 years ago

1.3.13

4 years ago

1.3.14

4 years ago

1.3.11

4 years ago

1.3.12

4 years ago

1.3.9

4 years ago

1.3.3

4 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.1.1

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago