mui-live
v0.0.5
Published
Visual CSS editor.
Downloads
7
Readme
MUI live
Visual CSS editor.
Install
pnpm add mui-live
Add the plugin to your vite config
export default defineConfig({ // ... plugins: [react(), live()], // ... });
Run your application
Open the mui-live browser
pnpm dlx mui-live
Visit your application in the browser