Beta
Search
CTRLK

Root

The Filenest.Root component must wrap all other Filenest components.

Usage

export const FileBrowser = () => {
  const Filenest = createFilenestComponents({ ... })
 
  return (
    <Filenest.Root>
      {/* The rest of your components */}
    </Filenest.Root>
  )
}

On this page