Getting Started
Getting Started
Choose a provider, understand the moving parts, and get a first Drive screen running.
Drive integrations usually have three layers:
- a provider for data access and mutations
- a client shell for selection, view mode, drag and drop, and upload state
- app-specific commands, columns, permissions, and page structure
Choose your provider
local: use when your app owns storage, metadata, and file servinggoogle: use when your app should browse and mutate Google Drive data
Typical integration path
- Install the package and stylesheet.
- Pick the provider entrypoints you need.
- Wire server procedures.
- Mount the provider component around your screen.
- Add content, navigation, and view components.