forked from react-grid-layout/react-grid-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1-basic.html
More file actions
24 lines (22 loc) · 1020 Bytes
/
1-basic.html
File metadata and controls
24 lines (22 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!--
Do not edit this file! It is generated by `generate.js` in this folder, from `template.ejs` and vars.js.
-->
<html>
<head>
<script src="http://localhost:4002/dist/commons.js"></script>
<script src="http://localhost:4002/dist/1-basic.bundle.js"></script>
<title>RGL Example 1 - Basic</title>
</head>
<body>
<h3>React-Grid-Layout Demo 1 - Basic</h3>
<p>Try dragging the elements around.</p>
<p>This is a basic, non-responsive layout with dragging and resizing. Usage is very simple.</p>
<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/1-basic.jsx">View this example's source</a></li>
<li><a href="0-showcase.html">View the previous example: "Showcase"</a></li>
<li><a href="2-no-dragging.html">View the next example: "No Dragging"</a></li>
</ul>
<div id="content"></div>
</body>
</html>