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: 3/14/2023, 9:49:03 PM