Skip to content

Commit

Permalink
docs: fake i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Heuluck committed May 27, 2024
1 parent 034d13d commit 282ad6f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# 波浪进度球
# 波浪进度球 Wave Progress Ball for React

![Deploy Status](https://github.com/Heuluck/Wave-Progress-Ball-v2/actions/workflows/node.js.yml/badge.svg)

这是一个基于 React,使用`<svg>`实现的波浪进度球组件。进度球可以自定义颜色、大小、进度等。自定义内容详见[自定义](#参数-props)

## 上一版本
## 上一版本 Old Version

[前版本 Wave-Progress-Ball](https://github.com/Heuluck/Wave-Progress-Ball)使用`<canvas>`实现,在性能和图形上存在一定的劣势,然而渐变效果不知为何更加平滑,Demo:[Github Pages 页面](https://heuluck.github.io/Wave-Progress-Ball/)

## 预览
## 预览 Preview

Demo:[Github Pages 页面](https://heuluck.github.io/Wave-Progress-Ball-v2/)

## 安装
## 安装 Manual Install

暂时没有发布 npm 包,所以需要手动安装。

需要 npm、React 以及 TypeScript 环境。

`git clone`到本地后,复制`src/components/ball`文件夹到自己的项目的`components`中。

## 使用
## 使用 Usage

### 基本用法

Expand All @@ -31,11 +31,11 @@ return <WaveBall value={value} />;

### 自定义

#### 快速生成
#### 快速生成 Setting Generator

[Github Pages 页面](https://heuluck.github.io/Wave-Progress-Ball-v2/)或本地部署本仓库,在页面中配置好参数,在“导出设置”选项卡点击复制按钮即可。

#### 示例
#### 示例 Example

```jsx
export function ExampleBall() {
Expand Down

0 comments on commit 282ad6f

Please sign in to comment.