- React / Next.js
- Other Frameworks
1
Import Velt Inline Reactions Section component
Import the
VeltInlineReactionsSection component.2
Add container to hold Inline Reactions component
- Create an element to hold your Inline Reactions component, such as a
divorsection. - Add a unique element
idto it.
3
Add VeltInlineReactionsSection component
- Add
VeltInlineReactionsSectioncomponent inside your container. - Add
targetReactionElementIdproperty to the Velt Inline Reactions component. This needs to match the id you set to the container. This binds the Inline Reactions component with the desired container.

