Reactions
Setup
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
div
orsection
. - Add a unique element
id
to it.
3
Add VeltInlineReactionsSection component
- Add
VeltInlineReactionsSection
component inside your container. - Add
targetReactionElementId
property 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.