Skip to content

Commit

Permalink
emotion links
Browse files Browse the repository at this point in the history
  • Loading branch information
mapache-salvaje committed Feb 15, 2023
1 parent d384631 commit b0e91fd
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/material-cra-tailwind-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ or:
<!-- #default-branch-switch -->

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?

Expand Down
2 changes: 1 addition & 1 deletion examples/material-cra-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion examples/material-cra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ or:
<!-- #default-branch-switch -->

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?
Expand Down
2 changes: 1 addition & 1 deletion examples/material-express-ssr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion examples/material-gatsby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion examples/material-next-ts-v4-v5-migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/material-next-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/material-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/material-preact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- #default-branch-switch -->

Expand Down
2 changes: 1 addition & 1 deletion examples/material-remix-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion examples/material-vite-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion examples/material-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit b0e91fd

Please sign in to comment.