GrammarlyEditorPlugin
Component that enhances textareas, inputs or contenteditables with the Grammarly experience
See GrammarlyEditorPluginProps for supported props.
GrammarlyEditorPlugin: DefineComponent<GrammarlyEditorPluginProps>
Examples
<template>
<GrammarlyEditorPlugin clientId="YOUR_CLIENT_ID" :config="{ documentDialect: 'british' }">
<textarea />
</GrammarlyEditorPlugin>
</template>