Draw a progress line between two elements in React.
npm install react-progress-lineDraw a progress line between two elements in React.

```
yarn install
yarn run demo
Browse to localhost:4567.
#### Example
`
import { Line } from 'react-lineto';
function render() {
return (
);
}
`
#### Properties
| Name | Type | Description | Example Values
| ----------- | ------ | ---------------------------------------------- | --------------
| borderColor | string | Border color | #f00, red, etc.solid
| borderStyle | string | Border style | , dashed, etc.#00ff00
| borderWidth | number | Border width (px) |
| className | string | Desired CSS className for the rendered element |
| within | string | CSS class name of the desired container |
| x0\* | number | First X coordinate |
| x1\* | number | Second X coordinate |
| y0\* | number | First Y coordinate |
| y1\* | number | Second Y coordinate |
| zIndex | number | Z-index offset |
| innerColor | string | Progress Bar Color | , etc.
\* Required
1. Bump version in package.jsonCHANGELOG.md
1. Update yarn build
1. Run or ./scripts/updatemaster` branch and tags to origin
1. Create version commit (ex. "2.0.0")
1. Create matching tag (ex. "2.0.0")
1. Push
1. Verify Travis CI published NPM package