Skip to content

Commit

Permalink
[core] Fix missed stuff from MUI Base naming clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 29, 2025
1 parent 26c8644 commit eecd2cc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Binary file modified docs/mui-vale.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/mui-vale/styles/MUI/MuiBrandName.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ swap:
Material UI: Material UI
MUI X: MUI X
Base UI: Base UI
MUI Base: MUI Base
MUI Base: MUI Base
MUI System: MUI System
MUI Store: MUI Store
MUI Core: MUI Core
Expand Down
4 changes: 2 additions & 2 deletions examples/base-ui-cra-ts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base UI - Create React App example in TypeScript
# MUI Base - Create React App example in TypeScript

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

[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.

Expand Down
4 changes: 2 additions & 2 deletions examples/base-ui-cra/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base UI - Create React App example in JavaScript
# MUI Base - Create React App example in JavaScript

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

[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.

Expand Down
6 changes: 3 additions & 3 deletions examples/base-ui-nextjs-tailwind-ts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base UI - Next.js App Router with Tailwind CSS example in TypeScript
# MUI Base - Next.js App Router with Tailwind CSS example in TypeScript

This is a [Next.js](https://nextjs.org/) project bootstrapped using [`create-next-app`](/~https://github.com/vercel/next.js/tree/HEAD/packages/create-next-app) with Base UI installed and Tailwind CSS for styles.
This is a [Next.js](https://nextjs.org/) project bootstrapped using [`create-next-app`](/~https://github.com/vercel/next.js/tree/HEAD/packages/create-next-app) with MUI Base installed and Tailwind CSS for styles.

## How to use

Expand Down Expand Up @@ -33,4 +33,4 @@ or
To learn more about this example:

- [Next.js documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Customizing Base UI](https://mui.com/base-ui/getting-started/customization/) - strategies for styling and customizing Base UI.
- [Customizing MUI Base](https://mui.com/base-ui/getting-started/customization/) - strategies for styling and customizing MUI Base.
4 changes: 2 additions & 2 deletions examples/base-ui-vite-tailwind-ts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base UI - Vite.js example with Tailwind CSS in TypeScript
# MUI Base - Vite.js example with Tailwind CSS in TypeScript

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

[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

Expand Down
4 changes: 2 additions & 2 deletions examples/base-ui-vite-tailwind/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base UI - Vite.js example with Tailwind CSS
# MUI Base - Vite.js example with Tailwind CSS

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

[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

Expand Down

0 comments on commit eecd2cc

Please sign in to comment.