A set of components that make working with asynchronous selects based on react-select
easier.
-
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.
Repository is using bun.
-
bun run build
- build all packages; -
bun run test
- run code validators and unit tests; -
bun run start
- start storybook with examples.