Migrating from Radzen.Blazor 2.x to 3.x

I tried your latest suggestion. After some Ctrl+H in VSCode, all the prefixes were updated and most things are looking as they used to. But some components are looking off still, so I'll try and manually fix them.

UPDATE:
Here are more prefix replacements:

  • .profile-menu is now .rz-profile-menu
  • .textbox is now .rz-textbox
  • .textarea is now .rz-textarea

I'll keep this list updated.