UNPKG
react-archer
Version:
latest (4.4.0)
4.4.0
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.1
4.0.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.0.2
2.0.1
2.0.0
1.6.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Draw arrows between DOM elements in React
github.com/pierpo/react-archer
pierpo/react-archer
react-archer
/
src
/
react-archer.js
5 lines
(3 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
// @flow
export
{
default
as
ArcherElement
}
from
'./ArcherElement.js'
;
export
{
default
as
ArcherContainer
}
from
'./ArcherContainer.js'
;