arrows
Simple SVG Arrow Component.
Basic
;Component{return<div><Arrow startPoint=x: 10 y: 20 endPoint=x: 150 y: 200option=duration: 2000 stroke: 'red' strokeWidth: 3 /></div>;}ReactDOM;
Properties
stroke {string}
The color of the arrow.
strokeWidth {number}
The width of the arrow.
duration {number}
The time of animation.