FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
react-grid-layout/index.html at master · yohnz/react-grid-layout · GitHub
yohnz
/
react-grid-layout
Public
forked from
react-grid-layout/react-grid-layout
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
react-grid-layout
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (13 loc) · 393 Bytes
Breadcrumbs
react-grid-layout
/
index.html
Copy path
File metadata and controls
13 lines (13 loc) · 393 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
<
html
>
<
head
>
<
script
src
="
/bundle.js
"
>
</
script
>
<
title
>
RGL Example
</
title
>
</
head
>
<
body
>
<
h3
>
React-Grid-Layout Dev
</
h3
>
<
p
>
Try dragging the elements around.
</
p
>
<
p
>
If you don't see any content, run webpack (
<
span
style
="
font-family:monospace
"
>
npm run dev
</
span
>
)
and load this file from the server it opens.
</
p
>
<
div
id
="
content
"
>
</
div
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL