react-polymorph

v0.6.4
React components with highly customizable logic, markup and styles.
react components customizable skins themes

js

babel source -d lib -s --no-babelrc --presets=env,react --plugins=transform-flow-strip-types,transform-decorators-legacy,transform-class-properties,lodash

build

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

clean

rimraf ./lib

prebuild

npm run clean

prepublishOnly

npm run build

sass

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

storybook

start-storybook -p 6543 -c storybook

postinstall

postinstall-build lib --only-as-dependency

watch

nodemon npm run js && npm run sass

Metadata

Downloads