1.0.4 • Published 6 years ago

react-dom-arrow v1.0.4

Weekly downloads
75
License
ISC
Repository
github
Last release
6 years ago

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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago