Lopliok / svg-circle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svg-circle

typed library for creating svg circles

Playground: https://stackblitz.com/edit/react-ts-kxmmdc

Example:

<Circle data={[ { id: 2, endRange: 90, startRange: 30, width: 9, color: "lightgreen" }, { id: 1, endRange: 85, startRange: 20, width: 4, color: "blue" } ]} />

Screenshot

Some examples:

Screenshot

About


Languages

Language:TypeScript 88.4%Language:JavaScript 11.6%