From b0e91fdb9eec4008dd2664af0eca1e4c8815dbda Mon Sep 17 00:00:00 2001 From: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com> Date: Wed, 15 Feb 2023 12:38:24 -0600 Subject: [PATCH] emotion links --- examples/material-cra-tailwind-ts/README.md | 2 +- examples/material-cra-ts/README.md | 2 +- examples/material-cra/README.md | 2 +- examples/material-express-ssr/README.md | 2 +- examples/material-gatsby/README.md | 2 +- examples/material-next-ts-v4-v5-migration/README.md | 2 +- examples/material-next-ts/README.md | 2 +- examples/material-next/README.md | 2 +- examples/material-preact/README.md | 2 +- examples/material-remix-ts/README.md | 2 +- examples/material-vite-ts/README.md | 2 +- examples/material-vite/README.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/material-cra-tailwind-ts/README.md b/examples/material-cra-tailwind-ts/README.md index 78942428698f5c..b3d247dff29e26 100644 --- a/examples/material-cra-tailwind-ts/README.md +++ b/examples/material-cra-tailwind-ts/README.md @@ -33,7 +33,7 @@ or: This example demonstrates how you can use [Tailwind CSS](https://tailwindcss.com/) and [Create React App](https://github.com/facebookincubator/create-react-app) together with Material UI. -It includes `@mui/material` and its peer dependencies, including Emotion, the default style engine in Material UI v5. +It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5. ## What's next? diff --git a/examples/material-cra-ts/README.md b/examples/material-cra-ts/README.md index f505dd1f40fbe8..e6eefaa8cb1460 100644 --- a/examples/material-cra-ts/README.md +++ b/examples/material-cra-ts/README.md @@ -31,7 +31,7 @@ or: ## The idea behind the example This example demonstrates how you can use Material UI with [Create React App](https://github.com/facebookincubator/create-react-app) in [TypeScript](https://github.com/Microsoft/TypeScript). -It includes `@mui/material` and its peer dependencies, including Emotion, the default style engine in Material UI v5. +It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5. If you prefer, you can [use styled-components instead](https://mui.com/material-ui/guides/interoperability/#styled-components). ## What's next? diff --git a/examples/material-cra/README.md b/examples/material-cra/README.md index 8ed9da6c9aa578..3ffeae3fd97daa 100644 --- a/examples/material-cra/README.md +++ b/examples/material-cra/README.md @@ -33,7 +33,7 @@ or: This example demonstrates how you can use [Create React App](https://github.com/facebookincubator/create-react-app) with Material UI. -It includes `@mui/material` and its peer dependencies, including Emotion, the default style engine in Material UI v5. +It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5. If you prefer, you can [use styled-components instead](https://mui.com/material-ui/guides/interoperability/#styled-components). ## What's next? diff --git a/examples/material-express-ssr/README.md b/examples/material-express-ssr/README.md index f85a729a3c16fe..73cde501792eda 100644 --- a/examples/material-express-ssr/README.md +++ b/examples/material-express-ssr/README.md @@ -22,7 +22,7 @@ npm run start This is the reference implementation of the [Server Rendering tutorial](https://mui.com/material-ui/guides/server-rendering/). -The example project includes `@mui/material` and its peer dependencies, including Emotion, the default style engine in Material UI v5. +The example project includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5. If you prefer, you can [use styled-components instead](https://mui.com/material-ui/guides/interoperability/#styled-components). ## What's next? diff --git a/examples/material-gatsby/README.md b/examples/material-gatsby/README.md index a29753def4e05b..e0d32763319056 100644 --- a/examples/material-gatsby/README.md +++ b/examples/material-gatsby/README.md @@ -21,7 +21,7 @@ npm run develop ## The idea behind the example The project uses [Gatsby](https://github.com/gatsbyjs/gatsby), which is a static site generator for React. -It includes `@mui/material` and its peer dependencies, including Emotion, the default style engine in Material UI v5. +It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5. If you prefer, you can [use styled-components instead](https://mui.com/material-ui/guides/interoperability/#styled-components). ## What's next? diff --git a/examples/material-next-ts-v4-v5-migration/README.md b/examples/material-next-ts-v4-v5-migration/README.md index cc84e2fd1add93..f9c4b233b8de17 100644 --- a/examples/material-next-ts-v4-v5-migration/README.md +++ b/examples/material-next-ts-v4-v5-migration/README.md @@ -29,7 +29,7 @@ or: ## The idea behind the example The project uses [Next.js](https://github.com/vercel/next.js), which is a framework for server-rendered React apps. -It includes `@mui/material` and its peer dependencies, including Emotion, the default style engine in Material UI v5. If you prefer, you can [use styled-components instead](https://mui.com/material-ui/guides/interoperability/#styled-components). +It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5. If you prefer, you can [use styled-components instead](https://mui.com/material-ui/guides/interoperability/#styled-components). It also includes `@mui/styles`, the legacy styling solution that uses JSS as an engine. It provides all the necessary config for working with both Emotion and JSS for server-side rendering. The project is intended as a basic starter for migrating your application from v4 to v5, as it lets the JSS style overrides take precedence over the default styles passed to the components by Emotion. diff --git a/examples/material-next-ts/README.md b/examples/material-next-ts/README.md index add41c1124dd4d..a6ff878e6d2d4b 100644 --- a/examples/material-next-ts/README.md +++ b/examples/material-next-ts/README.md @@ -29,7 +29,7 @@ or: ## The idea behind the example The project uses [Next.js](https://github.com/vercel/next.js), which is a framework for server-rendered React apps. -It includes `@mui/material` and its peer dependencies, including Emotion, the default style engine in Material UI v5. If you prefer, you can [use styled-components instead](https://mui.com/material-ui/guides/interoperability/#styled-components). +It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5. If you prefer, you can [use styled-components instead](https://mui.com/material-ui/guides/interoperability/#styled-components). ## The link component diff --git a/examples/material-next/README.md b/examples/material-next/README.md index 77bdf9b4b9ebf5..399382044483cc 100644 --- a/examples/material-next/README.md +++ b/examples/material-next/README.md @@ -29,7 +29,7 @@ or: ## The idea behind the example The project uses [Next.js](https://github.com/vercel/next.js), which is a framework for server-rendered React apps. -It includes `@mui/material` and its peer dependencies, including Emotion, the default style engine in Material UI v5. +It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5. If you prefer, you can [use styled-components instead](https://mui.com/material-ui/guides/interoperability/#styled-components). ## The Link component diff --git a/examples/material-preact/README.md b/examples/material-preact/README.md index 098f9156e6b2c6..fa9857e567b971 100644 --- a/examples/material-preact/README.md +++ b/examples/material-preact/README.md @@ -24,7 +24,7 @@ The project uses Material UI with [Preact](https://github.com/developit/preact), This example uses CRA with `react-app-rewired` for adding webpack aliases for preact. -It includes `@mui/material` and its peer dependencies, including Emotion, the default style engine in Material UI v5. +It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5. diff --git a/examples/material-remix-ts/README.md b/examples/material-remix-ts/README.md index 0c1b97b7fa6f76..7d9ec36deea36b 100644 --- a/examples/material-remix-ts/README.md +++ b/examples/material-remix-ts/README.md @@ -29,7 +29,7 @@ or: ## The idea behind the example The project uses [Remix](https://remix.run/), which is a full stack web framework. -It includes `@mui/material` and its peer dependencies, including Emotion, the default style engine in Material UI v5. +It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5. If you prefer, you can [use styled-components instead](https://mui.com/material-ui/guides/interoperability/#styled-components). ## What's next? diff --git a/examples/material-vite-ts/README.md b/examples/material-vite-ts/README.md index 8990381ecf4e03..e3036bfac772f3 100644 --- a/examples/material-vite-ts/README.md +++ b/examples/material-vite-ts/README.md @@ -29,7 +29,7 @@ or: ## The idea behind the example This example uses [Vite.js](https://github.com/vitejs/vite). -It includes `@mui/material` with `@mui/icons-material` and their peer dependencies, including Emotion, the default style engine in Material UI v5. +It includes `@mui/material` with `@mui/icons-material` and their peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5. ## What's next? diff --git a/examples/material-vite/README.md b/examples/material-vite/README.md index 353c08aeb0b07e..b7f9440dc65a08 100644 --- a/examples/material-vite/README.md +++ b/examples/material-vite/README.md @@ -29,7 +29,7 @@ or: ## The idea behind the example This example uses [Vite.js](https://github.com/vitejs/vite). -It includes `@mui/material` and its peer dependencies, including Emotion, the default style engine in Material UI v5. +It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5. ## What's next?