React library for making curves between DOM elements
npm install --save react-serpentimport React, { Component } from 'react'
import MyComponent from 'react-serpent'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}MIT © Stynson