Skip to content

This is simple React component, which helsp you to draw an arrow between tho DOM elements

Notifications You must be signed in to change notification settings

UBCO-COSC499-Winter-2018-Term-1-2/react-dom-arrow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is simple React component, which helsp you to draw an arrow between tho DOM elements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%