Documentation Index
Fetch the complete documentation index at: https://flatfileinc-docs-update-72712e96-062f-4c91-91af-3a75b3db823.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Space Component Overview
TheSpace component within the @flatfile/react package is used to define a
workspace in Flatfile’s import system. It encapsulates Workbook components and
provides a context for the entire import process.
Main Props
config: Sets up the configuration for a new space, including theming and metadata.id: An optional prop that, when provided, indicates the specific existing space to be reused instead of creating a new one.children: React nodes for nested components, typicallyWorkbook,Sheet, orDocumentcomponents.