0.0.5 • Published 11 months ago

mui-live v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

MUI live

Visual CSS editor.

  1. Install

    pnpm add mui-live
  2. Add the plugin to your vite config

    export default defineConfig({
      // ...
      plugins: [react(), live()],
      // ...
    });
  3. Run your application

  4. Open the mui-live browser

    pnpm dlx mui-live
  5. Visit your application in the browser