Function: FireCMS()
FireCMS<
USER
,EC
>(props
):Element
If you are using independent components of the CMS you need to wrap them with this main component, so the internal hooks work.
This is the main component of FireCMS. It acts as the provider of all the internal contexts and hooks.
You only need to use this component if you are building a custom app.
Type Parameters​
• USER extends User
• EC extends EntityCollection
<any
, any
>
Parameters​
• props: FireCMSProps
<USER
, EC
>
Returns​
Element