react-armory-scope
v0.1.0
Published
Utility for visualizing two numbers over time.
Downloads
4
Readme
react-armory-scope
This package is designed to help you visualize numbers over time. It works well with the react-armory-timer
component for visualizing functions of time.
Exports
<Scope x={number} y={number} xScale={1} yScale={1} width={200} height={200}>
Why?
Why create a package for this? Why the hell not. But also, it is used within an introduction to React:
Learn React From The Comfort Of Your Web Browser
Try it live
You can see a usage example and try the component out at React Armory.