Broadleaf Microservices
  • v1.0.0-latest-prod

Admin Component Exports

Overview

The @broadleaf/admin-components library has exportable OOB components that allow developers to implement their own custom components to better match their unique business cases. This document aims to list and describe the major export bundles and the available components under them, as well explain their functions in the simplest terms and link detailed explanations where necessary.

Standalone Top-Level Exports

Component Name Description

AdminApp

The root component representing the entry point to the app. It provides the base layout and page routing.

AdminProvider

A composite component that configures the various global React Context Providers such as TrackingContextProvider.