diff --git a/examples/base-ui-vite-tailwind-ts/README.md b/examples/base-ui-vite-tailwind-ts/README.md index f805a47a20..d951296499 100644 --- a/examples/base-ui-vite-tailwind-ts/README.md +++ b/examples/base-ui-vite-tailwind-ts/README.md @@ -2,7 +2,7 @@ [Base UI](https://mui.com/base-ui/) is a library of unstyled React UI components and hooks. -[Vite](https://vitejs.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 +[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 [Tailwind CSS](https://tailwindcss.com/) is a utility-first CSS framework that provides low-level CSS classes that can be composed to build custom UI designs. diff --git a/examples/base-ui-vite-tailwind-ts/src/App.tsx b/examples/base-ui-vite-tailwind-ts/src/App.tsx index d6824d2ec3..a2085ff2ab 100644 --- a/examples/base-ui-vite-tailwind-ts/src/App.tsx +++ b/examples/base-ui-vite-tailwind-ts/src/App.tsx @@ -14,7 +14,7 @@ export default function App() { is a library of unstyled React UI components and hooks.
  • - + Vite {' '} is a build tool that aims to provide a faster and leaner development experience for modern diff --git a/examples/base-ui-vite-tailwind-ts/vite.config.ts b/examples/base-ui-vite-tailwind-ts/vite.config.ts index 627a319624..4a5def4c3d 100644 --- a/examples/base-ui-vite-tailwind-ts/vite.config.ts +++ b/examples/base-ui-vite-tailwind-ts/vite.config.ts @@ -1,7 +1,7 @@ import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; -// https://vitejs.dev/config/ +// https://vite.dev/config/ export default defineConfig({ plugins: [react()], }); diff --git a/examples/base-ui-vite-tailwind/README.md b/examples/base-ui-vite-tailwind/README.md index af6684d3c7..edd40bd776 100644 --- a/examples/base-ui-vite-tailwind/README.md +++ b/examples/base-ui-vite-tailwind/README.md @@ -2,7 +2,7 @@ [Base UI](https://mui.com/base-ui/) is a library of unstyled React UI components and hooks. -[Vite](https://vitejs.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 +[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 [Tailwind CSS](https://tailwindcss.com/) is a utility-first CSS framework that provides low-level CSS classes that can be composed to build custom UI designs. diff --git a/examples/base-ui-vite-tailwind/src/App.jsx b/examples/base-ui-vite-tailwind/src/App.jsx index 3540056055..8bd16d6d81 100644 --- a/examples/base-ui-vite-tailwind/src/App.jsx +++ b/examples/base-ui-vite-tailwind/src/App.jsx @@ -12,7 +12,7 @@ export default function App() { is a library of unstyled React UI components and hooks.
  • - + Vite {' '} is a build tool that aims to provide a faster and leaner development experience for modern diff --git a/examples/base-ui-vite-tailwind/vite.config.js b/examples/base-ui-vite-tailwind/vite.config.js index 627a319624..4a5def4c3d 100644 --- a/examples/base-ui-vite-tailwind/vite.config.js +++ b/examples/base-ui-vite-tailwind/vite.config.js @@ -1,7 +1,7 @@ import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; -// https://vitejs.dev/config/ +// https://vite.dev/config/ export default defineConfig({ plugins: [react()], });