https://github.com/fajar-dev/shipments-fe
Shipping Label Generator
https://github.com/fajar-dev/shipments-fe
Last synced: 12 days ago
JSON representation
Shipping Label Generator
- Host: GitHub
- URL: https://github.com/fajar-dev/shipments-fe
- Owner: fajar-dev
- Created: 2025-08-17T04:24:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-17T06:51:18.000Z (10 months ago)
- Last Synced: 2025-08-17T08:33:59.141Z (10 months ago)
- Language: TypeScript
- Size: 230 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Material UI - Vite example with Tailwind CSS in TypeScript
## How to use
Download the example [or clone the repo](https://github.com/mui/material-ui):
```bash
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-vite-tailwind-ts
cd material-ui-vite-tailwind-ts
```
Install it and run:
```bash
npm install
npm run dev
```
or:
[](https://codesandbox.io/p/sandbox/github/mui/material-ui/tree/master/examples/material-ui-vite-tailwind-ts)
[](https://stackblitz.com/github/mui/material-ui/tree/master/examples/material-ui-vite-tailwind-ts)
## The idea behind the example
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.
## What's next?
You now have a working example project.
You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section.