Skip to content
Prev Previous commit
Next Next commit
duplication comment
  • Loading branch information
mapache-salvaje committed Feb 9, 2024
commit 5152c181a5b4e201225a0a9b65629e7e0c3d880c
2 changes: 2 additions & 0 deletions docs/data/joy/components/box/box.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ components: Box
githubLabel: 'component: Box'
---

<!-- This page's content is duplicated (with some product-specific details) across the Material UI, Joy UI, and MUI System docs. Any changes should be applied to all three pages at the same time. -->

# Box

<p class="description">The Box component is a generic, theme-aware container with access to CSS utilities from MUI System.</p>
Expand Down
4 changes: 3 additions & 1 deletion docs/data/material/components/box/box.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ components: Box
githubLabel: 'component: Box'
---

<!-- This page's content is duplicated (with some product-specific details) across the Material UI, Joy UI, and MUI System docs. Any changes should be applied to all three pages at the same time. -->

# Box

<p class="description">The Box component is a generic, theme-aware container with access to CSS utilities from MUI System.</p>
Expand All @@ -14,7 +16,7 @@ githubLabel: 'component: Box'
## Introduction

The Box component is a generic container for grouping other components.
It's a fundamental building block when working with MUI component libraries—you can think of it as a `<div>` with extra built-in features, like access to your app's theme and the [`sx` prop](/system/getting-started/the-sx-prop/).
It's a fundamental building block when working with Material UI—you can think of it as a `<div>` with extra built-in features, like access to your app's theme and the [`sx` prop](/system/getting-started/the-sx-prop/).

### Usage

Expand Down
4 changes: 3 additions & 1 deletion docs/data/system/components/box/box.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ components: Box
githubLabel: 'component: Box'
---

<!-- This page's content is duplicated (with some product-specific details) across the Material UI, Joy UI, and MUI System docs. Any changes should be applied to all three pages at the same time. -->
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do we feel about comments like this? It was the best way I could think of to draw attention to this fact to try to keep these pages in sync.


# Box

<p class="description">The Box component is a generic, theme-aware container with access to CSS utilities from MUI System.</p>
Expand All @@ -14,7 +16,7 @@ githubLabel: 'component: Box'
## Introduction

The Box component is a generic container for grouping other components.
It's a fundamental building block when working with MUI component libraries—you can think of it as a `<div>` with extra built-in features, like access to your app's theme and the [`sx` prop](/system/getting-started/the-sx-prop/).
It's a fundamental building block when working with MUI System—you can think of it as a `<div>` with extra built-in features, like access to your app's theme and the [`sx` prop](/system/getting-started/the-sx-prop/).

### Usage

Expand Down