Skip to content

Latest commit

 

History

History

base-ui-vite-tailwind

Base UI - Vite.js example with Tailwind CSS

Base UI 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 web projects, consisting of a dev server and a build command

Tailwind CSS is a utility-first CSS framework that provides low-level CSS classes that can be composed to build custom UI designs.

How to use

Download the example or clone the repo:

curl https://codeload.github.com/mui/material-ui/tar.gz/next | tar -xz --strip=2 material-ui-next/examples/base-ui-vite-tailwind
cd base-ui-vite-tailwind

Install it and run:

npm install
npm start

or:

Edit on StackBlitz

Edit on CodeSandbox