@airdraft/editor
v0.1.5
Published
Airdraft editor UI (headless editor surface)
Readme
@airdraft/editor
Ergonomic alias for @airdraft/react. Install this package if you prefer thinking in terms of "the editor" rather than the underlying React package name.
All exports are re-exported from @airdraft/react — see that package for the full API documentation.
Installation
npm install @airdraft/editorUsage
// Identical to importing from @airdraft/react
import { AirdraftProvider, useEntries, useEntry, useCms, useAuth, useMedia } from '@airdraft/editor'See @airdraft/react for the full hook API.
