Back to reference

GrammarlyEditorPlugin

Component that enhances textareas, inputs or contenteditables with the Grammarly experience.

See GrammarlyEditorPluginProps for supported props.

GrammarlyEditorPlugin: vue_2_types_vue.ExtendedVue<Vue, {}, {}, {}, GrammarlyEditorPluginProps>

Examples

<template>
  <GrammarlyEditorPlugin clientId="YOUR_CLIENT_ID" :config="{ documentDialect: 'british' }">
    <textarea />
  </GrammarlyEditorPlugin>
</template>
Last Updated: 2/7/2023, 10:38:49 PM