- 授权协议: MIT
- 开发语言: TypeScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/zzarcon/react-circle
- 软件文档: https://github.com/zzarcon/react-circle/blob/master/README.md
- 官方下载: https://github.com/zzarcon/react-circle/releases
软件介绍
react-circle 是一个使用 TypeScript 实现的 SVG 格式的圆形进度组件。
Demo: https://zzarcon.github.io/react-circle/
安装
$ yarn add react-circle
特性
无额外依赖
无额外样式
用法示例
基本用法,使用默认尺寸和颜色,传入“进度”参数即可使用
import Circle from 'react-circle';
<Circle
progress={35}
/>运行效果
Single Page Web Applications
Michael Mikowski、Josh Powell / Manning Publications / 2013-9-30 / USD 44.99
Code for most web sites mostly runs on the server. When a user clicks on a link, the site reacts slowly because the browser sends information to the server and the server sends it back again before di......一起来看看 《Single Page Web Applications》 这本书的介绍吧!
