react-colorful

v4.4.2
🎨 A tiny color picker component for modern React apps. Fast, well-tested, dependency-free, mobile-friendly and accessible
react color picker react-component colorpicker tiny hex color front-end color-picker and 7 more...

lint

eslint src/**/*.{ts,tsx} demo/src/**/*.{ts,tsx}

size

npm run build && size-limit

check-types

tsc --noEmit true

test

jest tests --coverage

build

del-cli 'dist/*' && microbundle build --entry src/index.ts --jsx React.createElement --name react-colorful --css-modules false --tsconfig tsconfig.build.json

prepublishOnly

npm run build

start-demo

parcel demo/src/index.html --out-dir demo/dist --open

build-demo

del-cli 'demo/dist/*' && parcel build demo/src/index.html --out-dir demo/dist --public-url /react-colorful/

deploy-demo

npm run build-demo && gh-pages -d demo/dist

Metadata

  • MIT
  • Whatever
  • Vlad Shilov
  • released 11/4/2020

Downloads

Maintainers