react-polymorph

v0.8.3
React components with highly customizable logic, markup and styles.
react components composable customizable extendable flexible hackable render prop skins and 2 more...

build

cross-env npm run clean && npm run sass && npm run js

clean

rimraf ./lib

flow:test

flow; test $? -eq 0 -o $? -eq 2

js

babel source -d lib -s

lint

eslint --format=node_modules/eslint-formatter-pretty source stories *.js

prepare

npm run clean && npm run build

postinstall

postinstall-build lib --only-as-dependency

sass

cpx "./source/themes/**/*" ./lib/themes

storybook

start-storybook -p 6543 -c storybook

test

cross-env NODE_ENV=test jest

test:clean

cross-env NODE_ENV=test jest -u

test:watch

cross-env NODE_ENV=test jest --watchAll

watch

nodemon npm run js && npm run sass

Metadata

Downloads