- Notifications
You must be signed in to change notification settings - Fork1
React components to draw different types of curves with svg
License
NotificationsYou must be signed in to change notification settings
pomber/react-svg-curve
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
React components to draw different types of curves withsvg
. It wraps all the curve paths fromd3-shape.
Install
npm install react-svg-curve
Use
import{BasisCurve}from'react-svg-curve';functionApp(){return(<svgwidth="100"height="40"><BasisCurvedata={[[0,10],[50,35],[100,0],]}/></svg>);}
BasisCurve
is one of many types of curves available. Go tothedemo on codesandbox to see all the curves and options.
About
React components to draw different types of curves with svg
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published