From 75d3775fdd4fe087153c2edd9b56296ad86fb287 Mon Sep 17 00:00:00 2001 From: henriqueholtz Date: Mon, 20 Jun 2022 11:18:10 -0300 Subject: [PATCH 1/3] feat: Add external example with typescript to "with-material-ui" folder --- examples/with-material-ui/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/with-material-ui/README.md b/examples/with-material-ui/README.md index 48ed4511411d8..da9c2e3253056 100644 --- a/examples/with-material-ui/README.md +++ b/examples/with-material-ui/README.md @@ -1,3 +1,7 @@ -# Material UI example +# Material-ui examples -This example have been moved here: [mui/material-ui](https://github.com/mui/material-ui/tree/master/examples/nextjs) +**Note:** These examples are maintained outside of the Next.js repository: + +1. Official [TypeScript example](https://github.com/mui/material-ui/tree/master/examples/nextjs-with-typescript) + +2. Official [JavaScript example](https://github.com/mui/material-ui/tree/master/examples/nextjs) \ No newline at end of file From 9f54ba9e6fe9a5065087df4e6a7a9a10da14f7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Mon, 20 Jun 2022 16:38:16 +0200 Subject: [PATCH 2/3] Apply suggestions from code review --- examples/with-material-ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-material-ui/README.md b/examples/with-material-ui/README.md index da9c2e3253056..4140ff006760c 100644 --- a/examples/with-material-ui/README.md +++ b/examples/with-material-ui/README.md @@ -1,4 +1,4 @@ -# Material-ui examples +# Material UI examples **Note:** These examples are maintained outside of the Next.js repository: From f25b74bf89d31e01952777ee6b136f6bee3633f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Wed, 22 Jun 2022 11:35:56 +0200 Subject: [PATCH 3/3] fix linting --- examples/with-material-ui/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/with-material-ui/README.md b/examples/with-material-ui/README.md index 4140ff006760c..816267ab8c9ec 100644 --- a/examples/with-material-ui/README.md +++ b/examples/with-material-ui/README.md @@ -3,5 +3,4 @@ **Note:** These examples are maintained outside of the Next.js repository: 1. Official [TypeScript example](https://github.com/mui/material-ui/tree/master/examples/nextjs-with-typescript) - -2. Official [JavaScript example](https://github.com/mui/material-ui/tree/master/examples/nextjs) \ No newline at end of file +2. Official [JavaScript example](https://github.com/mui/material-ui/tree/master/examples/nextjs)