react-select-async-paginate
react-select-async-paginate copied to clipboard
Wrapper above react-select that supports pagination on menu scroll
A set of components that make working with asynchronous selects based on react-select
easier.
Packages
-
react-select-async-paginate - wrapper above react-select that supports pagination on menu scroll.
-
react-select-fetch - wrapper above react-select-async-paginate that loads options from specified url.
Local development
Repository is using stable version of yarn.
There is an installation guide.
Commands
-
yarn build
- build all packages; -
yarn clean
- clean all prebuilded files; -
yarn test
- run code validators and unit tests; -
yarn start
- start storybook with examples.