FireCMS
@firecms/core / FireCMS
Function: FireCMS()
Section titled “Function: FireCMS()”FireCMS<
USER>(props):Element
Defined in: core/FireCMS.tsx:36
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
Section titled “Type Parameters”USER extends User
Parameters
Section titled “Parameters”FireCMSProps<USER>
Returns
Section titled “Returns”Element