You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/with-material-ui-next/README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
[](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-material-ui-next)
1
+
[](https://deploy.now.sh/?repo=https://github.com/callemall/material-ui/tree/v1-beta/examples/nextjs)
2
2
# Material-UI example
3
3
4
4
## How to use
5
5
6
-
Download the example [or clone the repo](https://github.com/zeit/next.js):
6
+
Download the example [or clone the repo](https://github.com/callemall/material-ui):
7
7
8
8
```bash
9
-
curl https://codeload.github.com/zeit/next.js/tar.gz/master| tar -xz --strip=2 next.js-master/examples/with-material-ui-next
10
-
cdwith-material-ui-next
9
+
curl https://codeload.github.com/callemall/material-ui/tar.gz/v1-beta| tar -xz --strip=2 material-ui-1-beta/examples/nextjs
10
+
cdnextjs
11
11
```
12
12
13
13
Install it and run:
@@ -25,5 +25,7 @@ now
25
25
26
26
## The idea behind the example
27
27
28
-
[material-ui](https://github.com/callemall/material-ui) is being rewritten from scratch on the [next branch](https://material-ui-1dab0.firebaseapp.com/). This example shows how you use it with Next.js.
28
+
[material-ui](https://github.com/callemall/material-ui) is being rewritten from scratch on the [v1-beta branch](https://material-ui-1dab0.firebaseapp.com/).
29
+
This example shows how you use it with Next.js.
29
30
31
+
:warning: The source code [is hosted](https://github.com/callemall/material-ui/tree/v1-beta/examples/nextjs) on the Material-UI repository.
0 commit comments