0.2.1 • Published 8 years ago
react-tangle-result v0.2.1
react-tangle-result
A tangle.js result display component for accessible numeric output on React.js.
Changes are indicated in a number of ways
- Green and red indicate which way the value changed
- Growing and shrinking also help indicate
- A bottom line indicates shrinking values as well for increased visibility
API
<TangleResult value={numeric value} />Development
- Development server
npm start. - Continuously run tests on file changes
npm run watch-test; - Run tests:
npm test; - Build
npm run build;