Skip to content

Commit 2f01fa0

Browse files
committed
tab panel
1 parent 1333d25 commit 2f01fa0

File tree

18 files changed

+19771
-1
lines changed

18 files changed

+19771
-1
lines changed

14-form-validation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 14 Form Validation
22

33
This subdirectory contains an app already generated with create-react-app, as
4-
described in the Scaffolding blog post (link here)
4+
described in the Validation blog post (link here)
55

66
To run the app server:
77

18-panel/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 18 Panel
2+
3+
This subdirectory contains an app already generated with create-react-app, as
4+
described in the Panel blog post (link here)
5+
6+
To run the app server:
7+
8+
```
9+
$ cd a-panel
10+
$ npm install
11+
$ npm start
12+
```
13+
14+
A browser window will automatically open and will load the app.
15+

19-tabpanel/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 19 TabPanel
2+
3+
This subdirectory contains an app already generated with create-react-app, as
4+
described in the TabPanel blog post (link here)
5+
6+
To run the app server:
7+
8+
```
9+
$ cd a-tabpanel
10+
$ npm install
11+
$ npm start
12+
```
13+
14+
A browser window will automatically open and will load the app.
15+

19-tabpanel/a-tabpanel/.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# See https://help.github.com/ignore-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# testing
7+
/coverage
8+
9+
# production
10+
/build
11+
12+
# misc
13+
.DS_Store
14+
.env.local
15+
.env.development.local
16+
.env.test.local
17+
.env.production.local
18+
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*

19-tabpanel/a-tabpanel/README.md

Lines changed: 2433 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)