Files
firecms/website/docs/api/functions/cmsapp.md
2021-06-06 13:36:47 +02:00

707 B

id, title, sidebar_label, sidebar_position, custom_edit_url
id title sidebar_label sidebar_position custom_edit_url
cmsapp Function: CMSApp CMSApp 0 null

CMSApp(props): Element

Main entry point for FireCMS. You can use this component as a full app, by specifying collections and entity schemas.

This component is in charge of initialising Firebase, with the given configuration object.

If you are building a larger app and need finer control, you can use CMSAppProvider and CMSMainView.

Parameters

Name Type
props CMSAppProps

Returns

Element

Defined in

CMSApp.tsx:28