react-polymorph

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

components

babel ./source/components --out-dir ./lib/components

skins

babel ./source/skins --out-dir ./lib/skins

babel

npm run components && npm run skins

build

cross-env NODE_ENV=production npm run babel && npm run sass

clean

rimraf ./lib

prebuild

npm run clean

prepublish

npm run build

sass

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

storybook

start-storybook -p 6543 -c storybook

postinstall

postinstall-build lib --only-as-dependency

Metadata

Downloads

Maintainers