Skip to content

Commit

Permalink
docs: add appear doc (#5980)
Browse files Browse the repository at this point in the history
* docs: add appear doc

* docs: modify VisibilityChange
  • Loading branch information
answershuto authored Feb 28, 2023
1 parent 23504a7 commit f7b5894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guide/advanced/integrate-from-rax.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function App {

原 Rax DSL 迁移过来并使用兼容模式无需做任何改造,[appear-polyfill](https://www.npmjs.com/package/appear-polyfill) 会嵌入在 `rax-compat` 中自动做这部分处理,用户无需特殊处理以及引入。

对于 React 用户,推荐使用 React 标准的方式
对于 React 用户,推荐使用 `<VisibilityChange />` 组件,详见[元素可见](../basic/appear.md)

### 样式的处理

Expand Down

0 comments on commit f7b5894

Please sign in to comment.