Skip to content

Commit

Permalink
doc: Update README-zh.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 10, 2022
1 parent 4555da6 commit 8271e27
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions core/README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ Layout.Footer = LayoutFooter

## 基本用法

<!--rehype:bgWhite=true&codeSandbox=true&codePen=true&noScroll=true-->
```jsx
```jsx mdx:preview
import React from 'react';
import ReactDOM from 'react-dom';
import Layout, { LayoutHeader, LayoutContent, LayoutSider, LayoutFooter } from '@uiw/react-layout';
Expand Down Expand Up @@ -79,8 +78,7 @@ export default Demo;

## 上中下布局

<!--rehype:bgWhite=true&codeSandbox=true&codePen=true&noScroll=true-->
```jsx
```jsx mdx:preview
import React from 'react';
import ReactDOM from 'react-dom';
import Layout from '@uiw/react-layout';
Expand All @@ -105,8 +103,7 @@ export default Demo;

## 左右布局

<!--rehype:bgWhite=true&codeSandbox=true&codePen=true&noScroll=true-->
```jsx
```jsx mdx:preview
import React from 'react';
import ReactDOM from 'react-dom';
import Layout from '@uiw/react-layout';
Expand Down

0 comments on commit 8271e27

Please sign in to comment.