Back to reference

GrammarlyEditorPlugin

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

See GrammarlyEditorPluginProps for supported props.

This page is for Vue 3, see Vue 2 documentation here.

GrammarlyEditorPlugin: DefineComponent<GrammarlyEditorPluginProps>

Examples

<template>
  <GrammarlyEditorPlugin clientId="YOUR_CLIENT_ID" :config="{ documentDialect: 'british' }">
    <textarea />
  </GrammarlyEditorPlugin>
</template>
Last Updated: 4/12/2023, 3:24:55 PM