Skip to content

Commit 324c50a

Browse files
committed
very simple search box
1 parent 7e0dcd6 commit 324c50a

File tree

6 files changed

+728
-49
lines changed

6 files changed

+728
-49
lines changed

web/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
"react-scripts": "0.8.5"
77
},
88
"dependencies": {
9+
"material-ui": "^0.16.6",
910
"react": "^15.4.2",
10-
"react-dom": "^15.4.2"
11+
"react-dom": "^15.4.2",
12+
"react-tap-event-plugin": "^2.0.1"
1113
},
1214
"scripts": {
1315
"start": "react-scripts start",

web/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
work correctly both with client-side routing and a non-root public URL.
1414
Learn how to configure a non-root public URL by running `npm run build`.
1515
-->
16-
<title>React App</title>
16+
<title>Search Box Sample</title>
1717
</head>
1818
<body>
1919
<div id="root"></div>

0 commit comments

Comments
 (0)