forked from react-grid-layout/react-grid-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4-grid-property.html
25 lines (23 loc) · 1.07 KB
/
4-grid-property.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!--
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script src="http://localhost:4002/dist/commons.js"></script>
<script src="http://localhost:4002/dist/4-grid-property.bundle.js"></script>
<title>RGL Example 4 - Grid Item Properties</title>
</head>
<body>
<h3>React-Grid-Layout Demo 4 - Grid Item Properties</h3>
<ul>
<li><a href="https://github.com/STRML/react-grid-layout">View project on GitHub</a></li>
<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>
<li><a href="3-messy.html"><b>⇠</b> View the previous example: "Messy"</a></li>
<li><a href="5-static-elements.html"><b>⇢ </b>View the next example: "Static Elements"</a></li>
</ul>
<p>This demo uses a layout assigned on the grid items themselves as the <code>data-grid</code> property.</p>
<div id="content"></div>
</body>
</html>