File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 55
55
}
56
56
}
57
57
58
- .mobileDesc {
58
+ .mobileDesc , .mobile {
59
59
display : none ;
60
60
}
61
61
@@ -104,6 +104,10 @@ pre {
104
104
display : none ;
105
105
}
106
106
107
+ .mobile {
108
+ display : block ;
109
+ }
110
+
107
111
.description {
108
112
font-size : 80% ;
109
113
Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
+ import { Button , Icon } from 'antd' ;
2
3
3
4
export const Intro = ( ) => {
4
5
return (
@@ -7,6 +8,12 @@ export const Intro = () => {
7
8
React Spaces allow you to divide a page or container into nestable, anchored, scrollable and resizable spaces.
8
9
</ p >
9
10
11
+ < div className = "mobile" style = { { marginBottom : 15 } } >
12
+ < Button type = "primary" onClick = { ( ) => window . location . href = 'https://github.com/aeagle/react-spaces' } > < Icon type = "github" /> View on GitHub</ Button >
13
+
14
+ < img style = { { position : 'relative' , top : - 2 } } alt = "NPM version" src = "https://img.shields.io/npm/v/react-spaces.svg" />
15
+ </ div >
16
+
10
17
< p >
11
18
< h2 > Features</ h2 >
12
19
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ export const VersionHistory = () => {
5
5
< >
6
6
< h2 id = "changes" > Version history</ h2 >
7
7
8
+ < div >
9
+ < h3 > 0.1.5</ h3 >
10
+ < ul >
11
+ < li > Fixed resize handles being covered by nested spaces preventing resizing</ li >
12
+ </ ul >
13
+ </ div >
8
14
< div >
9
15
< h3 > 0.1.4</ h3 >
10
16
< ul >
You can’t perform that action at this time.
0 commit comments