Back to reference

GrammarlyButtonProps

Props for GrammarlyButton

interface GrammarlyButtonProps extends HTMLAttributes {
  tonePosition?: "left" | "right";
}

Properties

tonePosition optional"left" | "right"
Set the position of the tone detector relative to the Grammarly button
Default: "left"

Last Updated: 2/7/2023, 10:38:49 PM