React app
Learn how to add CustomGForm to the React app
Install
pnpm i @customgform-lib/react-customgform
Add to your React component
// ts
import React from 'react';
import CustomGForm from '@customgform-lib/react-customgform';
function Example() {
return <CustomGForm formId="FORM_ID"/>;
}
Option | Type | Description |
---|---|---|
formId | string | CustomGForm Form ID |
💡
Replace FORM_ID to your customized CustomGForm form ID.