Skip to content

Commit

Permalink
Added demo project + Version 1.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Aug 3, 2023
1 parent b828585 commit 3941e48
Show file tree
Hide file tree
Showing 27 changed files with 1,144 additions and 1 deletion.
19 changes: 19 additions & 0 deletions demo/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"extends": ["react-app", "react-app/jest", "prettier"],
"plugins": ["prettier"],
"parser":"@babel/eslint-parser",
"settings": {
"import/resolver": {
"node": {
"paths": ["src"]
}
}
},
"rules": {
"react/jsx-props-no-spreading": "off",
"camelcase": 0,
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }],
"react/no-unescaped-entities": "off"
}
}
13 changes: 13 additions & 0 deletions demo/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"files": {
"main.css": "./static/css/main.36d87df6.css",
"main.js": "./static/js/main.ed5ef913.js",
"index.html": "./index.html",
"main.36d87df6.css.map": "./static/css/main.36d87df6.css.map",
"main.ed5ef913.js.map": "./static/js/main.ed5ef913.js.map"
},
"entrypoints": [
"static/css/main.36d87df6.css",
"static/js/main.ed5ef913.js"
]
}
Binary file added demo/build/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions demo/build/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"/><link rel="shortcut icon" href="./favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="React-CRUD-Icons: Set of SVG icons for CRUD applications packaged as a React component with light & dark themes and tooltip."/><meta name="keywords" content="SVG icon icons iconset CRUD React component theme"/><link rel="manifest" href="./manifest.json"/><title>React-CRUD-Icons</title><script defer="defer" src="./static/js/main.ed5ef913.js"></script><link href="./static/css/main.36d87df6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
15 changes: 15 additions & 0 deletions demo/build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "React-CRUD-Icons",
"name": "React-CRUD-Icons demo",
"icons": [
{
"src": "favicon.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
10 changes: 10 additions & 0 deletions demo/build/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# As always, Asimov's Three Laws of Robotics are in effect:
# 1. A robot may not injure a human being or, through inaction, allow a human
# being to come to harm.
# 2. A robot must obey orders given it by human beings except where such
# orders would conflict with the First Law.
# 3. A robot must protect its own existence as long as such protection does
# not conflict with the First or Second Law.

# https://www.robotstxt.org/robotstxt.html
User-agent: *
2 changes: 2 additions & 0 deletions demo/build/static/css/main.36d87df6.css

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

Loading

0 comments on commit 3941e48

Please sign in to comment.