Quickstart for React. For other frameworks like vue
, angular
, svelte
, vanilla js
etc. check out the setup guide.
VeltProvider
component to the root of your app with your Velt API Key.useIdentify()
hook from the Velt SDK to identify your user.useIdentify()
within a child component of the Velt Provider. Otherwise, it will not work.useSetDocumentId()
hook from the Velt SDK to set the Document ID.VeltComments
to enable the Comments
functionality.VeltCommentTool
and VeltPresence
components to test out the Comments
and Presence
functionality.VeltCommentTool
button, then hover over any element on the page to leave a comment.VeltCommentTool
button, then try to draw a box on the page to leave a comment.