GrammarlyEditorPlugin
Component that enhances textareas, inputs or contenteditables with the Grammarly experience
See GrammarlyEditorPluginProps for supported props.
This page is for Vue 2, see Vue 3 documentation here.
GrammarlyEditorPlugin: vue_2_types_vue.ExtendedVue<Vue, {}, {}, {}, GrammarlyEditorPluginProps>
Examples
<template>
<GrammarlyEditorPlugin clientId="YOUR_CLIENT_ID" :config="{ documentDialect: 'british' }">
<textarea />
</GrammarlyEditorPlugin>
</template>