Skip to main content

Points

The StreamLayerSDKPoints component is a React component that allows you to render gamification points in your application.

import { StreamLayerProvider, StreamLayerSDKReact, StreamLayerSDKPoints } from '@streamlayer/react'

...
<StreamLayerProvider {...providerProps}>
// You can place the StreamLayerSDKPoints component wherever you want in your app,
// but it should be wrapped inside the StreamLayerProvider component.
<StreamLayerSDKPoints />
</StreamLayerProvider>
...