react-dom-arrow
v1.0.4
Published
react svg arrow from el to el
Downloads
19
Readme
react-dom-arrow
About
This is simple React component, which helsp you to draw an arrow between tho DOM elements
Instal
$ npm i react-dom-arrow --save
or
$ yarn add react-dom-arrow
Usage
<Arrow
fromSelector={'.BlockB'}
fromSide={'right'}
toSelector={'.BlockC'}
toSide={'right'}
color={'blue'}
stroke={3}
/>