mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-15 10:07:45 +08:00
707 B
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