Skip to content

Commit

Permalink
more context upfront
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 15, 2023
1 parent 89a088b commit 437b375
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:::info
Starting fresh on a new App Router-based project?

Jump right into the code with this [example repo](https://github.com/mui/material-ui/tree/master/examples/base-next-app-router-tailwind-ts).
Jump right into the code with [this example: Base UI - Next.js App Router with Tailwind CSS example in TypeScript](https://github.com/mui/material-ui/tree/master/examples/base-next-app-router-tailwind-ts).
:::

## Next.js and React Server Components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:::info
Starting fresh on a new App Router-based project?

Jump right into the code with this [example repo](https://github.com/mui/material-ui/tree/master/examples/joy-next-app-router-ts).
Jump right into the code with [this example: Joy UI - Next.js App Router with TypeScript](https://github.com/mui/material-ui/tree/master/examples/joy-next-app-router-ts).
:::

## Next.js and React Server Components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:::info
Starting fresh on a new App Router-based project?

Jump right into the code with this [example repo](https://github.com/mui/material-ui/tree/master/examples/material-next-app-router-ts).
Jump right into the code with [this example: Material UI - Next.js App Router example in TypeScript](https://github.com/mui/material-ui/tree/master/examples/material-next-app-router-ts).
:::

## Next.js and React Server Components
Expand Down
4 changes: 4 additions & 0 deletions docs/pages/experiments/docs/callouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,23 @@
:::info
This is an info callout.
It says, "Here's a bit of extra insight to help you understand this feature."
Add some **bold text** and a [link](#link).
:::

:::success
This is a success callout.
It says, "Here's an actionable suggestion to help you succeed."
Add some **bold text** and a [link](#link).
:::

:::warning
This is a warning callout.
It says, "Be careful! Keep this detail in mind to avoid potential issues."
Add some **bold text** and a [link](#link).
:::

:::error
This is an error callout.
It says, "You will fail if you don't heed this dire warning."
Add some **bold text** and a [link](#link).
:::

0 comments on commit 437b375

Please sign in to comment.