@prenta/admin
v0.96.0
Published
The React admin UI for [Prenta CMS](https://github.com/actuate-media/prenta): page/post section editors, media library, forms inbox, SEO tools, settings, and the setup wizard — mounted in your app via a single component.
Readme
@prenta/admin
The React admin UI for Prenta CMS: page/post section editors, media library, forms inbox, SEO tools, settings, and the setup wizard — mounted in your app via a single component.
npm install @prenta/adminUsage
import { AdminRoot } from '@prenta/admin'
import '@prenta/admin/styles'
;<AdminRoot
basePath="/admin"
config={cmsConfig}
session={session}
// Optional: render custom section types in the editor canvas
sectionRenderers={{ 'my-custom-type': MyCanvasRenderer }}
/>All styles are scoped under .prenta-admin so they never leak into your
site's CSS.
Release notes
See CHANGELOG.md (shipped with the package) or the GitHub releases.
License
MIT
