A Mateu micro frontend. Due to the design of Mateu, everything is consumable as a micro frontend in any Mateu UI.

  • Fluent
  • Declarative

   MicroFrontend.builder()
                .baseUrl("/fluent")
                .route("/components/card")
                .consumedRoute("")
                .build()

There is no declarative thing for badges. Just use a Micro frontend record as in imperative.

Available properties

This is the list of available properties for a micro frontend component:

PropertyDescriptionNotes
idid for this component
cssClasseslist of css classescontent of the css attribute
styleinline style attributescontent of the style attribute
baseUrlbase urltrue/false
routemicro frontend’s route
consumedRouteuseful in case the micro frontend route is par of an app