Skip to content

Commit

Permalink
Merge pull request #137 from umijs/docs
Browse files Browse the repository at this point in the history
doc: add explain
  • Loading branch information
brickspert committed Nov 7, 2019
2 parents b7402a5 + 98ae002 commit b6a3d30
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ React Hooks Library.
* Contains a wealth of basic Hooks.
* Written in TypeScript with predictable static types.

## 📣 Explain

**You can use umi hooks anywhere, with any component library.**
Although our examples are based on ant design, it does not mean that our Hooks can only be used with ant design.

## 📦 Install

```
Expand Down
5 changes: 5 additions & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ React Hooks Library.
* 包含丰富的基础 Hooks。
* 使用 TypeScript 构建,提供完整的类型定义文件。

## 📣 说明

**你可以将 umi hooks 使用在任何地方,和任意组件库搭配使用。**
虽然我们的代码示例都是基于 ant design 的,但是并不代表我们的 Hooks 只能和 ant design 配合使用。


## 📦 安装

Expand Down
4 changes: 4 additions & 0 deletions src/index_cn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ React Hooks Library.
* 包含丰富的基础 Hooks。
* 使用 TypeScript 构建,提供完整的类型定义文件。

## 📣 说明

**你可以将 umi hooks 使用在任何地方,和任意组件库搭配使用。**
虽然我们的代码示例都是基于 ant design 的,但是并不代表我们的 Hooks 只能和 ant design 配合使用。

## 📦 安装

Expand Down
5 changes: 5 additions & 0 deletions src/index_en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ React Hooks Library.
* Contains a wealth of basic Hooks.
* Written in TypeScript with predictable static types.

## 📣 Explain

**You can use umi hooks anywhere, with any component library.**
Although our examples are based on ant design, it does not mean that our Hooks can only be used with ant design.

## 📦 Install

```
Expand Down

1 comment on commit b6a3d30

@vercel
Copy link

@vercel vercel bot commented on b6a3d30 Nov 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.