react-tooltip-lite

v1.12.0
React tooltip, focused on simplicity and performance
React

bundle

node node_modules/webpack/bin/webpack.js -p --colors --display-error-details --config webpack.dist.config.js

dev

webpack-dev-server --progress --colors

transpile

babel src --out-dir dist --ignore ./src/**/*.test.jsx && cp src/index.d.ts dist/index.d.ts

build

rm -rf dist && mkdir dist && npm run transpile && npm run bundle

prepublish

npm run build

storybook

start-storybook -p 6006

build-storybook

build-storybook

test:jest

jest --config ./test/jest.config.json

test:storyshots

jest --config ./test/jest.storyshots.config.json

test

yarn test:jest && yarn test:storyshots
npm i react-tooltip-lite

Metadata

  • MIT
  • Whatever
  • Ben Sidelinger
  • released 5/13/2020

Downloads