Function: DefaultHomePage()
DefaultHomePage(
__namedParameters
):Element
Default entry view for the CMS. This component renders navigation cards for each collection defined in the navigation.
Parameters​
• __namedParameters
• __namedParameters.additionalActions?: ReactNode
Additional actions to be rendered in the home page, close to the search bar.
• __namedParameters.additionalChildrenEnd?: ReactNode
Additional children to be rendered at the end of the home page.
• __namedParameters.additionalChildrenStart?: ReactNode
Additional children to be rendered in the beginning of the home page.
Returns​
Element
Defined in​
packages/firecms_core/src/components/HomePage/DefaultHomePage.tsx:27