UNPKG

vue-grapesjs-composables

Version:

This package makes it easy to implement a GrapesJS editor in Vue, and implement Vue components to control the editor. It does this by providing composables for Vue 3 that return reactive objects for the different API modules of GrapesJS.

9 lines (7 loc) 135 B
@import 'grapesjs/dist/css/grapes.min.css'; .gjs-cv-canvas { position: relative; top: 0; width: 100%; height: 100%; }