UNPKG

892 BMarkdownView Raw
1# h111111
2## h22222
3### h333333
4#### h4444444
5> `sdsdsd`
6
7## asd ##
8
9- LinkStyle
10- LinkStyle2
11
121. 323
132. 232
143. sss
15* MSAudioSendPayload
16* MSAudioSendSignal
17
18A | B | C
19--|--|--
20A1 | B1 | C1
21A2 | B2 | C2
22A3 | B3 | C3
23
24-----------
25
26````js
27import {Button, DatePicker} from 'antd';
28import React from 'react';
29
30
31import ReactDom from 'react-dom'
32export const Comp = (props) => {
33 return (
34 <div>
35 <DatePicker />
36 <Button type="primary">wo shi md</Button>
37 <Button type="primary">wo shi md</Button>
38 <Button type="primary">wo shi md</Button><Button type="primary">wo shi md</Button><Button type="primary">wo shi md</Button>
39 </div>
40 )
41}
42
43````
44
45
46## 组件B
47
48````js
49export const CompA = (props) => {
50 return (
51 <div>
52 <Button type="primary">CompB</Button>
53 <DatePicker />
54
55 </div>
56 )
57}
58
59````
\No newline at end of file