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.

GrammarlyButton: vue_2_types_vue.ExtendedVue<Vue, {}, {}, {}, GrammarlyButtonProps>

Examples

<template>
  <GrammarlyButton tone-position="left" />
</template>
Last Updated: 2/7/2023, 10:38:49 PM