Setup

To use the Groups API, install the @wix/groups package using npm or Yarn:

Copy Code
npm install @wix/groups

or

Copy Code
yarn add @wix/groups

Then import groups from @wix/groups:

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