cockpit-plugin-base-react - v1.1.1
    Preparing search index...

    Function bootstrapPlugin

    • Mounts a React application into the #root DOM element.

      Call this once at the plugin entry point after initCockpitI18n.

      Parameters

      • App: ComponentType

        The root React component to render.

      Returns void