Skip to content

Commit ed4a9b5

Browse files
Merge branch 'v7.x' into cherry-pick-47813-to-v7.x
2 parents da479c0 + 70a87ed commit ed4a9b5

7 files changed

Lines changed: 86 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ View the [Joy UI documentation](https://mui.com/joy-ui/getting-started/).
6060

6161
<p>
6262
<a href="https://www.doit.com/?utm_source=mui.com&utm_medium=referral&utm_content=readme" rel="noopener sponsored" target="_blank"><img height="128" width="128" src="https://mui.com/static/sponsors/doit-square.svg" alt="doit" title="Management Platform for Google Cloud and AWS" loading="lazy" /></a>
63+
<a href="https://formengine.io/lightweight-react-json-schema-form-builder-library-for-mui/?utm_source=mui&utm_medium=sponsor&utm_campaign=mui&utm_content=stop-manually&utm_term=smartway" rel="noopener sponsored" target="_blank"><img height="128" width="128" src="https://mui.com/static/sponsors/formengine-square.svg" alt="formengine" title="Build forms with MUI the smart way!" loading="lazy" /></a>
6364
</p>
6465

6566
Diamond sponsors are those who have pledged \$1,500/month or more to MUI.

docs/data/material/discover-more/backers/backers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ Sponsorship increases the rate of bug fixes, documentation improvements, and fea
99

1010
<p style="display: flex; justify-content: start; align-items: center; flex-wrap: wrap; margin-top: 8px;">
1111
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="doit.com" href="https://www.doit.com/flexsave/?utm_source=mui.com&utm_medium=referral&utm_content=backers" rel="noopener sponsored" target="_blank" class="remove-link-arrow" class="remove-link-arrow" style="margin-right: 24px;"><img height="128" width="128" src="/static/sponsors/doit-square.svg" alt="doit" title="Management platform for Google Cloud and AWS" loading="lazy" /></a>
12+
<a data-ga-event-category="sponsor" data-ga-event-action="docs-backers" data-ga-event-label="formengine.io" href="https://formengine.io/lightweight-react-json-schema-form-builder-library-for-mui?utm_source=mui&utm_medium=sponsor&utm_campaign=mui&utm_content=stop-manually&utm_term=smartway" rel="noopener sponsored" target="_blank" class="remove-link-arrow" class="remove-link-arrow" style="margin-right: 24px;"><img height="128" width="128" src="/static/sponsors/formengine-square.svg" alt="formengine" title="Build forms with MUI the smart way!" loading="lazy" /></a>
1213
</p>
1314

14-
_2/3 slots available_
15+
_1/3 slots available_
1516

1617
Diamond sponsors are those who've pledged \$1,500/month or more to the MUI organization. [Tier benefits](#diamond).
1718

Lines changed: 20 additions & 0 deletions
Loading
Lines changed: 20 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading

docs/src/components/home/DiamondSponsors.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ const DIAMONDs = [
1414
description: 'Technology and cloud expertise to buy, optimize and manage public cloud.',
1515
href: 'https://www.doit.com/?utm_source=mui.com&utm_medium=referral&utm_content=homepage',
1616
},
17+
{
18+
src: '/static/sponsors/formengine-square.svg',
19+
name: 'FormEngine Core',
20+
description: 'Stop building forms with MUI manually! Try the smart way — use FormEngine Core.',
21+
href: 'https://formengine.io/lightweight-react-json-schema-form-builder-library-for-mui?utm_source=mui&utm_medium=sponsor&utm_campaign=mui&utm_content=stop-manually&utm_term=smartway',
22+
},
1723
];
1824

1925
export default function DiamondSponsors() {

docs/src/modules/components/DiamondSponsors.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,33 @@ export default function DiamondSponsors() {
6969
]}
7070
/>
7171
</NativeLink>
72+
<NativeLink
73+
data-ga-event-category="sponsor"
74+
data-ga-event-action="docs-premium"
75+
data-ga-event-label="formengine.io"
76+
href="https://formengine.io/lightweight-react-json-schema-form-builder-library-for-mui?utm_source=mui&utm_medium=sponsor&utm_campaign=mui&utm_content=stop-manually&utm_term=smartway"
77+
rel="noopener sponsored"
78+
target="_blank"
79+
>
80+
<Box
81+
component="img"
82+
src="/static/sponsors/formengine-light.svg"
83+
alt="formengine"
84+
title="Build forms with MUI the smart way!"
85+
loading="lazy"
86+
sx={[
87+
{
88+
height: '23.2px',
89+
width: 'auto',
90+
maxWidth: '100%',
91+
},
92+
(theme) =>
93+
theme.applyDarkStyles({
94+
content: `url(/static/sponsors/formengine-dark.svg)`,
95+
}),
96+
]}
97+
/>
98+
</NativeLink>
7299
<Link
73100
href="/material-ui/discover-more/backers/#diamond-sponsors"
74101
sx={(theme) => ({

0 commit comments

Comments
 (0)