Skip to content

Commit

Permalink
added grid component
Browse files Browse the repository at this point in the history
  • Loading branch information
Kivylius committed Dec 11, 2018
1 parent 385f181 commit e2352de
Show file tree
Hide file tree
Showing 28 changed files with 1,462 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<meta http-equiv="refresh" content="0; URL='https://warejs.org/v0.2/'" />
<meta http-equiv="refresh" content="0; URL='https://warejs.org/v0.3/'" />
17 changes: 17 additions & 0 deletions docs/v0.3/assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"vendors.js": "/v0.3/static/js/vendors.4ab3c270.js",
"vendors.js.map": "/v0.3/static/js/vendors.10adb213c312e518a23a.js.map",
"app.js": "/v0.3/static/js/app.b4bf32f8.js",
"app.js.map": "/v0.3/static/js/app.10adb213c312e518a23a.js.map",
"components-index.js": "/v0.3/static/js/components-index.a3593253.js",
"components-index.js.map": "/v0.3/static/js/components-index.10adb213c312e518a23a.js.map",
"components-layouts-flex-flex.js": "/v0.3/static/js/components-layouts-flex-flex.7a14d52e.js",
"components-layouts-flex-flex.js.map": "/v0.3/static/js/components-layouts-flex-flex.10adb213c312e518a23a.js.map",
"components-layouts-grid-grid.js": "/v0.3/static/js/components-layouts-grid-grid.dc7883eb.js",
"components-layouts-grid-grid.js.map": "/v0.3/static/js/components-layouts-grid-grid.10adb213c312e518a23a.js.map",
"runtime~app.js": "/v0.3/static/js/runtime~app.10adb213c312e518a23a.js",
"runtime~app.js.map": "/v0.3/static/js/runtime~app.10adb213c312e518a23a.js.map",
"static/js/6.b92efb89.js": "/v0.3/static/js/6.b92efb89.js",
"static/js/6.10adb213c312e518a23a.js.map": "/v0.3/static/js/6.10adb213c312e518a23a.js.map",
"index.html": "/v0.3/index.html"
}
1 change: 1 addition & 0 deletions docs/v0.3/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="description" content="Reactware is an open source toolkit for developing desktop PWA with HTML, CSS, and JS"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Reactware</title><link rel="stylesheet" href=".docz/public/index.css"><style>.Rw_Layouts_Flex>div>div{border:1px solid #ced4dd;margin-right:15px;padding:10px;border-radius:1px;text-align:center;background:#eef1f5}.Rw_Layouts_Grid>div,.Rw_Layouts_Grid>div>div>div{grid-gap:16px}.Rw_Layouts_Grid>div>div,.Rw_Layouts_Grid>div>div>div>div{border:1px solid #ced4dd;padding:10px;text-align:center;background:#eef1f5}</style></head><body><div id="root"></div><script src="/v0.3/static/js/runtime~app.10adb213c312e518a23a.js"></script><script src="/v0.3/static/js/vendors.4ab3c270.js"></script><script src="/v0.3/static/js/app.b4bf32f8.js"></script></body></html>
Binary file added docs/v0.3/public/favicon.ico
Binary file not shown.
40 changes: 40 additions & 0 deletions docs/v0.3/public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
15 changes: 15 additions & 0 deletions docs/v0.3/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
1 change: 1 addition & 0 deletions docs/v0.3/static/js/6.10adb213c312e518a23a.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/v0.3/static/js/6.b92efb89.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/v0.3/static/js/app.10adb213c312e518a23a.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/v0.3/static/js/app.b4bf32f8.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/v0.3/static/js/components-index.a3593253.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/v0.3/static/js/components-layouts-flex-flex.7a14d52e.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/v0.3/static/js/components-layouts-grid-grid.dc7883eb.js

Large diffs are not rendered by default.

Loading

0 comments on commit e2352de

Please sign in to comment.