@grammarly/textarea
v0.11.2
Published
Grammarly plugin for textarea
Downloads
45
Maintainers
Keywords
Readme
Grammarly plugin for textarea
Bringing the Grammarly experience to apps that use <textarea>
. No browser extension required.
Getting started
Add the Grammarly plugin:
<script src="https://unpkg.com/@grammarly/textarea@latest"></script>
Add data-grammarly
and data-client-id
to your <textarea>
:
<textarea
data-grammarly
data-client-id="your-client-id-here"
...
></textarea>