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