Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Material UI - Vite example with Tailwind CSS in TypeScript
# Material UI - Vite example with Tailwind CSS in TypeScript

## How to use

Expand All @@ -18,8 +18,8 @@ npm install
npm run dev
```

This example demonstrates how you can use [Tailwind CSS](https://tailwindcss.com/) and [Vite](https://github.com/vitejs/vite) together with Material UI.
It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI, as well as several examples of using MUI components.
Este ejemplo demuestra cómo puedes usar [Tailwind CSS](https://tailwindcss.com/) y [Vite](https://github.com/vitejs/vite) junto con Material UI.
It includes `@mui/material` and its peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI, as well as several examples of using MUI components.

## What's next?

Expand Down