UX Aspects Universal components are lightweight and fully style-encapsulated, which means you can drop them into a page without disrupting other components. Benefits include a dark theme and right-to-left language support. More...
@if (migration.notes || theme === SiteThemeId.MicroFocus2017) { }
Notes
    @for (note of migration.notes; track note) {
  • {{ note }}
  • } @if (theme === SiteThemeId.MicroFocus2017) {
  • It is recommended to switch to the Micro Focus 2021 theme before migrating to the new UX Aspects Universal component. See Using Themes for more information.
  • }
Migrate