<VeltWireframe>
    <VeltInlineReactionsSectionWireframe>
       <VeltInlineReactionsSectionWireframe.Panel>

           {/* This renders the reaction tool */}
           <VeltInlineReactionsSectionWireframe.ToolContainer>
               <VeltReactionToolWireframe />
           </VeltInlineReactionsSectionWireframe.ToolContainer>

           {/* This renders the list of reactions added by the users */}
           <VeltInlineReactionsSectionWireframe.List>
               <VeltReactionPinWireframe />
           </VeltInlineReactionsSectionWireframe.List>

       </VeltInlineReactionsSectionWireframe.Panel>
   </VeltInlineReactionsSectionWireframe>
</VeltWireframe>

We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.

<VeltWireframe>
    <VeltInlineReactionsSectionWireframe>
       <VeltInlineReactionsSectionWireframe.Panel>

           {/* This renders the reaction tool */}
           <VeltInlineReactionsSectionWireframe.ToolContainer>
               <VeltReactionToolWireframe />
           </VeltInlineReactionsSectionWireframe.ToolContainer>

           {/* This renders the list of reactions added by the users */}
           <VeltInlineReactionsSectionWireframe.List>
               <VeltReactionPinWireframe />
           </VeltInlineReactionsSectionWireframe.List>

       </VeltInlineReactionsSectionWireframe.Panel>
   </VeltInlineReactionsSectionWireframe>
</VeltWireframe>