react-svg-gauge

v1.0.10
Justgage inspired .svg gauge for React
react-component react svg gauge

example

node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode=development --content-base example/ --config ./example/webpack.example.config.js

gh-pages

node ./node_modules/webpack/bin/webpack.js --content-base example/ --config ./example/webpack.example.config.js; cp ./example/index.html /tmp/index.html; cp ./example/bundle.js /tmp/bundle.js; git checkout gh-pages; cp /tmp/index.html ./index.html; cp /tmp/bundle.js ./bundle.js; git commit -a -m 'Automatic Example Update'; git push origin gh-pages; git checkout master;

build

tsc --jsx react --esModuleInterop --outdir lib/ --declaration ./src/Gauge.tsx

prepublishOnly

tsc --jsx react --esModuleInterop --outdir lib/ --declaration ./src/Gauge.tsx
npm i react-svg-gauge

Metadata

  • MIT
  • Whatever
  • Tim de Koning
  • released 10/6/2018

Downloads

Maintainers