File tree Expand file tree Collapse file tree 14 files changed +28
-24
lines changed Expand file tree Collapse file tree 14 files changed +28
-24
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h3>React-Grid-Layout Demo 0 - Showcase</h3>
15
15
< li > < a href ="https://github.com/STRML/react-grid-layout "> View project on GitHub</ a > </ li >
16
16
< li > < a href ="https://github.com/STRML/react-grid-layout/blob/master/test/examples/0-showcase.jsx "> View this example's source</ a > </ li >
17
17
18
- < li > < a href ="1-basic.html "> View the next example: "Basic"</ a > </ li >
18
+ < li > < a href ="1-basic.html "> < b > ⇢ </ b > View the next example: "Basic"</ a > </ li >
19
19
</ ul >
20
20
< div id ="content "> </ div >
21
21
</ body >
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ <h3>React-Grid-Layout Demo 1 - Basic</h3>
15
15
< li > < a href ="https://github.com/STRML/react-grid-layout "> View project on GitHub</ a > </ li >
16
16
< li > < a href ="https://github.com/STRML/react-grid-layout/blob/master/test/examples/1-basic.jsx "> View this example's source</ a > </ li >
17
17
18
- < li > < a href ="0-showcase.html "> View the previous example: "Showcase"</ a > </ li >
18
+ < li > < a href ="0-showcase.html "> < b > ⇠ </ b > View the previous example: "Showcase"</ a > </ li >
19
19
20
- < li > < a href ="2-no-dragging.html "> View the next example: "No Dragging"</ a > </ li >
20
+ < li > < a href ="2-no-dragging.html "> < b > ⇢ </ b > View the next example: "No Dragging"</ a > </ li >
21
21
</ ul >
22
22
< div id ="content "> </ div >
23
23
</ body >
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ <h3>React-Grid-Layout Demo 10 - Dynamic Minimum and Maximum Width/Height</h3>
15
15
< li > < a href ="https://github.com/STRML/react-grid-layout "> View project on GitHub</ a > </ li >
16
16
< li > < a href ="https://github.com/STRML/react-grid-layout/blob/master/test/examples/10-dynamic-min-max-wh.jsx "> View this example's source</ a > </ li >
17
17
18
- < li > < a href ="9-min-max-wh.html "> View the previous example: "Minimum and Maximum Width/Height"</ a > </ li >
18
+ < li > < a href ="9-min-max-wh.html "> < b > ⇠ </ b > View the previous example: "Minimum and Maximum Width/Height"</ a > </ li >
19
19
20
- < li > < a href ="11-no-vertical-compact.html "> View the next example: "No Vertical Compacting (Free Movement)"</ a > </ li >
20
+ < li > < a href ="11-no-vertical-compact.html "> < b > ⇢ </ b > View the next example: "No Vertical Compacting (Free Movement)"</ a > </ li >
21
21
</ ul >
22
22
< div id ="content "> </ div >
23
23
</ body >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h3>React-Grid-Layout Demo 11 - No Vertical Compacting (Free Movement)</h3>
14
14
< li > < a href ="https://github.com/STRML/react-grid-layout "> View project on GitHub</ a > </ li >
15
15
< li > < a href ="https://github.com/STRML/react-grid-layout/blob/master/test/examples/11-no-vertical-compact.jsx "> View this example's source</ a > </ li >
16
16
17
- < li > < a href ="10-dynamic-min-max-wh.html "> View the previous example: "Dynamic Minimum and Maximum Width/Height"</ a > </ li >
17
+ < li > < a href ="10-dynamic-min-max-wh.html "> < b > ⇠ </ b > View the previous example: "Dynamic Minimum and Maximum Width/Height"</ a > </ li >
18
18
</ ul >
19
19
< div id ="content "> </ div >
20
20
</ body >
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ <h3>React-Grid-Layout Demo 2 - No Dragging</h3>
14
14
< li > < a href ="https://github.com/STRML/react-grid-layout "> View project on GitHub</ a > </ li >
15
15
< li > < a href ="https://github.com/STRML/react-grid-layout/blob/master/test/examples/2-no-dragging.jsx "> View this example's source</ a > </ li >
16
16
17
- < li > < a href ="1-basic.html "> View the previous example: "Basic"</ a > </ li >
17
+ < li > < a href ="1-basic.html "> < b > ⇠ </ b > View the previous example: "Basic"</ a > </ li >
18
18
19
- < li > < a href ="3-messy.html "> View the next example: "Messy"</ a > </ li >
19
+ < li > < a href ="3-messy.html "> < b > ⇢ </ b > View the next example: "Messy"</ a > </ li >
20
20
</ ul >
21
21
< div id ="content "> </ div >
22
22
</ body >
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ <h3>React-Grid-Layout Demo 3 - Messy</h3>
16
16
< li > < a href ="https://github.com/STRML/react-grid-layout "> View project on GitHub</ a > </ li >
17
17
< li > < a href ="https://github.com/STRML/react-grid-layout/blob/master/test/examples/3-messy.jsx "> View this example's source</ a > </ li >
18
18
19
- < li > < a href ="2-no-dragging.html "> View the previous example: "No Dragging"</ a > </ li >
19
+ < li > < a href ="2-no-dragging.html "> < b > ⇠ </ b > View the previous example: "No Dragging"</ a > </ li >
20
20
21
- < li > < a href ="4-grid-property.html "> View the next example: "Grid Item Properties"</ a > </ li >
21
+ < li > < a href ="4-grid-property.html "> < b > ⇢ </ b > View the next example: "Grid Item Properties"</ a > </ li >
22
22
</ ul >
23
23
< div id ="content "> </ div >
24
24
</ body >
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ <h3>React-Grid-Layout Demo 4 - Grid Item Properties</h3>
14
14
< li > < a href ="https://github.com/STRML/react-grid-layout "> View project on GitHub</ a > </ li >
15
15
< li > < a href ="https://github.com/STRML/react-grid-layout/blob/master/test/examples/4-grid-property.jsx "> View this example's source</ a > </ li >
16
16
17
- < li > < a href ="3-messy.html "> View the previous example: "Messy"</ a > </ li >
17
+ < li > < a href ="3-messy.html "> < b > ⇠ </ b > View the previous example: "Messy"</ a > </ li >
18
18
19
- < li > < a href ="5-static-elements.html "> View the next example: "Static Elements"</ a > </ li >
19
+ < li > < a href ="5-static-elements.html "> < b > ⇢ </ b > View the next example: "Static Elements"</ a > </ li >
20
20
</ ul >
21
21
< div id ="content "> </ div >
22
22
</ body >
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ <h3>React-Grid-Layout Demo 5 - Static Elements</h3>
14
14
< li > < a href ="https://github.com/STRML/react-grid-layout "> View project on GitHub</ a > </ li >
15
15
< li > < a href ="https://github.com/STRML/react-grid-layout/blob/master/test/examples/5-static-elements.jsx "> View this example's source</ a > </ li >
16
16
17
- < li > < a href ="4-grid-property.html "> View the previous example: "Grid Item Properties"</ a > </ li >
17
+ < li > < a href ="4-grid-property.html "> < b > ⇠ </ b > View the previous example: "Grid Item Properties"</ a > </ li >
18
18
19
- < li > < a href ="6-dynamic-add-remove.html "> View the next example: "Dynamic Add/Remove"</ a > </ li >
19
+ < li > < a href ="6-dynamic-add-remove.html "> < b > ⇢ </ b > View the next example: "Dynamic Add/Remove"</ a > </ li >
20
20
</ ul >
21
21
< div id ="content "> </ div >
22
22
</ body >
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ <h3>React-Grid-Layout Demo 6 - Dynamic Add/Remove</h3>
16
16
< li > < a href ="https://github.com/STRML/react-grid-layout "> View project on GitHub</ a > </ li >
17
17
< li > < a href ="https://github.com/STRML/react-grid-layout/blob/master/test/examples/6-dynamic-add-remove.jsx "> View this example's source</ a > </ li >
18
18
19
- < li > < a href ="5-static-elements.html "> View the previous example: "Static Elements"</ a > </ li >
19
+ < li > < a href ="5-static-elements.html "> < b > ⇠ </ b > View the previous example: "Static Elements"</ a > </ li >
20
20
21
- < li > < a href ="7-localstorage.html "> View the next example: "LocalStorage"</ a > </ li >
21
+ < li > < a href ="7-localstorage.html "> < b > ⇢ </ b > View the next example: "LocalStorage"</ a > </ li >
22
22
</ ul >
23
23
< div id ="content "> </ div >
24
24
</ body >
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ <h3>React-Grid-Layout Demo 7 - LocalStorage</h3>
15
15
< li > < a href ="https://github.com/STRML/react-grid-layout "> View project on GitHub</ a > </ li >
16
16
< li > < a href ="https://github.com/STRML/react-grid-layout/blob/master/test/examples/7-localstorage.jsx "> View this example's source</ a > </ li >
17
17
18
- < li > < a href ="6-dynamic-add-remove.html "> View the previous example: "Dynamic Add/Remove"</ a > </ li >
18
+ < li > < a href ="6-dynamic-add-remove.html "> < b > ⇠ </ b > View the previous example: "Dynamic Add/Remove"</ a > </ li >
19
19
20
- < li > < a href ="8-localstorage-responsive.html "> View the next example: "Responsive with LocalStorage"</ a > </ li >
20
+ < li > < a href ="8-localstorage-responsive.html "> < b > ⇢ </ b > View the next example: "Responsive with LocalStorage"</ a > </ li >
21
21
</ ul >
22
22
< div id ="content "> </ div >
23
23
</ body >
You can’t perform that action at this time.
0 commit comments