Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 385 Bytes

Readme.md

File metadata and controls

28 lines (22 loc) · 385 Bytes

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}
/>