WYSIWYG

April 21, 2026 ยท View on GitHub

License Stable Downloads Vue JavaScript SCSS npm Issues Merge Requests

Description

TinyMCE-based WYSIWYG field for Enso UI.

Installation

Install the package:

yarn add @enso-ui/wysiwyg

Features

  • exports Wysiwyg as its public surface
  • keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable

Usage

<script setup>
import Wysiwyg from '@enso-ui/wysiwyg./src/bulma/Wysiwyg.vue';
</script>

API

Wysiwyg

Public export available from src/bulma/Wysiwyg.vue.

Props:

  • hasError
  • menubar
  • plugins
  • toolbar

Depends On

  • No additional Enso UI dependencies.

Contributions

are welcome. Pull requests are great, but issues are good too. Thank you to all the people who already contributed to Enso!

License

MIT