Skip to content

Commit

Permalink
docs(material-ui): move the source code to Material-UI repository (ve…
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and timneutkens committed Aug 19, 2017
1 parent be134f0 commit f690975
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 237 deletions.
12 changes: 7 additions & 5 deletions examples/with-material-ui-next/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-material-ui-next)
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/callemall/material-ui/tree/v1-beta/examples/nextjs)
# Material-UI example

## How to use

Download the example [or clone the repo](https://github.com/zeit/next.js):
Download the example [or clone the repo](https://github.com/callemall/material-ui):

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-material-ui-next
cd with-material-ui-next
curl https://codeload.github.com/callemall/material-ui/tar.gz/v1-beta | tar -xz --strip=2 material-ui-1-beta/examples/nextjs
cd nextjs
```

Install it and run:
Expand All @@ -25,5 +25,7 @@ now

## The idea behind the example

[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.
[material-ui](https://github.com/callemall/material-ui) is being rewritten from scratch on the [v1-beta branch](https://material-ui-1dab0.firebaseapp.com/).
This example shows how you use it with Next.js.

:warning: The source code [is hosted](https://github.com/callemall/material-ui/tree/v1-beta/examples/nextjs) on the Material-UI repository.
62 changes: 0 additions & 62 deletions examples/with-material-ui-next/components/withRoot.js

This file was deleted.

16 changes: 0 additions & 16 deletions examples/with-material-ui-next/package.json

This file was deleted.

47 changes: 0 additions & 47 deletions examples/with-material-ui-next/pages/_document.js

This file was deleted.

58 changes: 0 additions & 58 deletions examples/with-material-ui-next/pages/index.js

This file was deleted.

49 changes: 0 additions & 49 deletions examples/with-material-ui-next/styles/context.js

This file was deleted.

0 comments on commit f690975

Please sign in to comment.