Setup

To use the Comments API, install the @wix/comments package using npm or Yarn:

Copy Code
npm install @wix/comments

or

Copy Code
yarn add @wix/comments

Then import comments from @wix/comments:

Copy Code
import comments from '@wix/comments'
Was this helpful?
Yes
No