diff --git a/apps/embedding/react/components.mdx b/apps/embedding/react/components.mdx index 675c0ecb..084f0087 100644 --- a/apps/embedding/react/components.mdx +++ b/apps/embedding/react/components.mdx @@ -65,7 +65,7 @@ const App = () => { Configures all Workbook Creation request data and an new onRecordHooks helper function -Sheets can be passed along in the `config`, `onSubmit` can be added, along with a new `onRecordHooks` helper. +`onSubmit` and a new `onRecordHooks` helper can be added to the Workbook. A Workbook object containing the sheets can be passed along in the `config`. `onRecordHooks` takes an array of record hooks. Each one can take a slug for manually setting each per sheet. Otherwise, if no slug is added, it will apply the record hook to the corresponding sheet in the Workbook index. ```tsx @@ -88,9 +88,9 @@ Sheets can be passed along in the `config`, `onSubmit` can be added, along with ### Sheet -Similar to the Simplified SDK Approach +The Sheet option is similar to the [Simplified SDK Approach](apps/embedding/reference/simple).. -Configures a Sheet config, with an onRecordHook helper +Configures a Sheet config, with an `onRecordHook` helper Note: an `onSubmit` can be added to the Workbook Component for ease of use diff --git a/apps/embedding/react/guide.mdx b/apps/embedding/react/guide.mdx index 7d2410ab..27eaf1f7 100644 --- a/apps/embedding/react/guide.mdx +++ b/apps/embedding/react/guide.mdx @@ -22,7 +22,7 @@ First, decide if you want to start from scratch or make changes to an existing p > Clone the create-flatfile-react example project in GitHub. - + Set up an embedded Flatfile Workbook from beginning to end. diff --git a/mint.json b/mint.json index b9155d9b..58b36978 100644 --- a/mint.json +++ b/mint.json @@ -302,7 +302,7 @@ "pages": [ "apps/embedding/react/guide", "apps/embedding/react/new_space_quickstart", - "creact/components", + "apps/embedding/react/components", { "group": "Legacy", "icon": "settings",