unlayer-integration

Installation
SKILL.md

Integrate Unlayer Editor

Overview

Unlayer provides official wrappers for React, Vue, and Angular, plus a plain JavaScript embed. All wrappers share the same underlying API — only the editor access pattern differs.

Which Framework?

Framework Package Install Editor Access
React react-email-editor npm i react-email-editor useRef<EditorRef>ref.current?.editor
Vue vue-email-editor npm i vue-email-editor this.$refs.emailEditor.editor
Angular angular-email-editor npm i angular-email-editor @ViewChildthis.emailEditor.editor
Plain JS CDN script tag <script> embed Global unlayer object

⚠️ Before installing any Unlayer package, verify the version exists on npm:

npm view react-email-editor version   # check latest published version
Related skills
Installs
67
GitHub Stars
5
First Seen
Feb 20, 2026