Back to reference

GrammarlyButton

Show the Grammarly button in a custom position.

The Grammarly button can only display once per page. Its location is set and displayed according to the earliest inclusion of <GrammarlyButton>.

See GrammarlyButtonProps for supported props.

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

GrammarlyButton: DefineComponent<GrammarlyButtonProps>

Examples

<template>
  <GrammarlyButton tone-position="left" />
</template>
Last Updated: 4/12/2023, 3:24:55 PM