UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

18 lines (16 loc) 220 B
sudo: false language: node_js cache: directories: - node_modules notifications: email: true install: - npm install - npm install -g codecov node_js: - "8" - "10" - "12" script: - npm run test-ci