Bbackstage

backstage/migrate-mui-skeleton-to-bui-skeleton

MUI 4 to BUI: Replace Skeleton with BUI Skeleton

backstagemigrationmuibuiskeleton
Public
0 executions

Run locally

npx codemod @backstage/migrate-mui-skeleton-to-bui-skeleton

@backstage/migrate-mui-skeleton-to-bui-skeleton

Migrates MUI 4 Skeleton usage to Backstage UI Skeleton.

Covers

  • @material-ui/lab/Skeleton and @material-ui/core/Skeleton (deep + barrel) imports
  • width / height passthrough
  • variant="circle"rounded
  • Merging into an existing @backstage/ui import

TODOs left for humans

  • Unsupported props such as animation / classes

Won't do

  • Replacing CircularProgress / LinearProgress with Skeleton

Ready to contribute?

Build your own codemod and share it with the community.