downshift

v2.0.2
A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete 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

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

precommit

kcd-scripts precommit

storybook

start-storybook -p 6006 -c stories

test:flow

flow

test:build

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

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 storybook:serve http://localhost:6006 cy:run

build-and-test

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

add-contributor

kcd-scripts contributors add

pretest:cypress

npm run storybook:build --silent

storybook:build

build-storybook -c stories

storybook:serve

serve ./storybook-static -p 6006

test:cypress:dev

npm-run-all --parallel --race storybook cy:open

storybook:install

cd stories && npm install

test:flow:coverage

flow-coverage-report

Metadata

  • MIT
  • Whatever
  • Kent C. Dodds
  • released 6/19/2018

Downloads

Maintainers