Skip to content

Commit e087c16

Browse files
more
1 parent 26c0b30 commit e087c16

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

examples/base-ui-cra-ts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MUI Base - Create React App example in TypeScript
22

3-
[MUI Base](https://mui.com/base-ui/) is a library of unstyled React UI components and hooks.
3+
[MUI Base](https://v6.mui.com/base-ui/getting-started/) is a library of unstyled React UI components and hooks.
44

55
[Create React App](https://create-react-app.dev/) is a framework for quickly creating a new React project without the need to configure complex build tools or development environments.
66

examples/base-ui-cra-ts/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function App() {
66
<div className="box">
77
<h1>Base UI + Create React App scaffold (TypeScript)</h1>
88
<div className="item">
9-
<a href="https://mui.com/base-ui/">Base UI</a> is a library of unstyled React UI components
9+
<a href="https://v6.mui.com/base-ui/getting-started/">MUI Base</a> is a library of unstyled React UI components
1010
which includes prebuilt components with production-ready functionality, along with low-level
1111
hooks for transferring that functionality to other components.
1212
</div>

examples/base-ui-cra/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MUI Base - Create React App example in JavaScript
22

3-
[MUI Base](https://mui.com/base-ui/) is a library of unstyled React UI components and hooks.
3+
[MUI Base](https://v6.mui.com/base-ui/getting-started/) is a library of unstyled React UI components and hooks.
44

55
[Create React App](https://create-react-app.dev/) is a framework for quickly creating a new React project without the need to configure complex build tools or development environments.
66

examples/base-ui-cra/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function App() {
66
<div className="box">
77
<h1>Base UI + Create React App scaffold (JavaScript)</h1>
88
<div className="item">
9-
<a href="https://mui.com/base-ui/">Base UI</a> is a library of unstyled React UI components
9+
<a href="https://v6.mui.com/base-ui/getting-started/">MUI Base</a> is a library of unstyled React UI components
1010
and hooks.
1111
</div>
1212
<div className="item">

examples/base-ui-vite-tailwind-ts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MUI Base - Vite.js example with Tailwind CSS in TypeScript
22

3-
[MUI Base](https://mui.com/base-ui/) is a library of unstyled React UI components and hooks.
3+
[MUI Base](https://v6.mui.com/base-ui/getting-started/) is a library of unstyled React UI components and hooks.
44

55
[Vite](https://vite.dev/) is a build tool that aims to provide a faster and leaner development experience for modern web projects, consisting of a dev server and a build command
66

examples/base-ui-vite-tailwind/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MUI Base - Vite.js example with Tailwind CSS
22

3-
[MUI Base](https://mui.com/base-ui/) is a library of unstyled React UI components and hooks.
3+
[MUI Base](https://v6.mui.com/base-ui/getting-started/) is a library of unstyled React UI components and hooks.
44

55
[Vite](https://vite.dev/) is a build tool that aims to provide a faster and leaner development experience for modern web projects, consisting of a dev server and a build command
66

examples/base-ui-vite-tailwind/src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export default function App() {
66
<h1 className="text-3xl font-semibold mb-4">MUI Base + Vite.js + Tailwind CSS</h1>
77
<ul>
88
<li className="card">
9-
<a href="https://mui.com/base-ui/" className="link">
10-
Base UI
9+
<a href="https://v6.mui.com/base-ui/getting-started/" className="link">
10+
MUI Base
1111
</a>{' '}
1212
is a library of unstyled React UI components and hooks.
1313
</li>

packages/mui-base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- markdownlint-disable-next-line -->
22
<p align="center">
3-
<a href="https://mui.com/base-ui/" rel="noopener" target="_blank"><img width="150" height="133" src="https://mui.com/static/logo.svg" alt="MUI Base logo"></a>
3+
<a href="https://v6.mui.com/base-ui/getting-started/" rel="noopener" target="_blank"><img width="150" height="133" src="https://mui.com/static/logo.svg" alt="MUI Base logo"></a>
44
</p>
55

66
<h1 align="center">MUI Base</h1>

0 commit comments

Comments
 (0)