downshift

v6.0.6
🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.
enhanced input react autocomplete autosuggest typeahead dropdown select combobox omnibox and 5 more...

lint

kcd-scripts lint

test

kcd-scripts test

build

npm run build:web --silent && npm run build:native --silent

setup

npm install && npm run validate

cy:run

cypress run

cy:open

cypress open

test:ts

tsc --noEmit -p ./tsconfig.json

docs:dev

docz dev

test:ssr

kcd-scripts test --config other/ssr/jest.config.js --no-watch

validate

kcd-scripts validate lint,build-and-test,test:cover,test:ts,test:flow:coverage,test:ssr,test:cypress

build:web

kcd-scripts build --bundle --p-react --no-clean --size-snapshot

test:flow

flow

docs:build

docz build

docs:serve

serve ./.docz/dist --listen 6006 --single

test:build

jest --config other/misc-tests/jest.config.js

test:cover

kcd-scripts test --coverage

test:update

npm run test:cover -s -- --updateSnapshot

build:native

cross-env BUILD_REACT_NATIVE=true BUILD_FILENAME_SUFFIX=.native kcd-scripts build --bundle cjs --no-clean

test:cypress

start-server-and-test docs:serve http://localhost:6006 cy:run

build-and-test

npm run build -s && npm run test:build -s

postdocs:build

cpy "**/*" ../../.docz/dist --cwd="other/public" --parents

pretest:cypress

npm run docs:build --silent

test:cypress:dev

npm-run-all --parallel --race docs:dev cy:open

test:flow:coverage

flow-coverage-report

// FIXME: test:build

jest --projects other/misc-tests other/react-native

Metadata

  • MIT
  • Whatever
  • Kent C. Dodds
  • released 9/5/2020

Downloads