Skip to content

Examples

Runnable examples live in the repo under examples/:

  • declarative.html — declarative <div data-ezr-editor> setup
  • programmatic.html — JS-driven setup with the Editor class
  • events.htmlready, change and selection events
  • advanced.html — community plugin with a custom element type and sidebar panel

Run them locally with the dev server:

bash
npm run dev # watch + dev server at http://localhost:8080/examples/

Framework guides

Key patterns at a glance

GoalWhere
Autosave & persistenceRecipes
Custom panels & element typesExtensibility
Brand fonts, palette, templatesCustomization & registries
Headless rendering pipelinesHeadless mode

Released under the MIT License.