This component is used to render the reaction tool and all the reactions.
<VeltWireframe> <VeltInlineReactionsSectionWireframe> <VeltInlineReactionsSectionWireframe.Panel /> </VeltInlineReactionsSectionWireframe> </VeltWireframe>
<VeltWireframe> <VeltInlineReactionsSectionWireframe.Panel> <VeltInlineReactionsSectionWireframe.ToolContainer /> <VeltInlineReactionsSectionWireframe.List /> </VeltInlineReactionsSectionWireframe.Panel> </VeltWireframe>
<VeltWireframe> <VeltInlineReactionsSectionWireframe.ToolContainer> <VeltReactionToolWireframe /> </VeltInlineReactionsSectionWireframe.ToolContainer> </VeltWireframe>
<VeltWireframe> <VeltReactionToolWireframe /> </VeltWireframe>
<VeltWireframe> <VeltInlineReactionsSectionWireframe.List> <VeltReactionPinWireframe /> </VeltInlineReactionsSectionWireframe.List> </VeltWireframe>
<VeltWireframe> <VeltReactionPinWireframe /> </VeltWireframe>
true
<VeltInlineReactionsSection shadowDom={false} />
false
<VeltInlineReactionsSection darkMode={true} />
const reactionElement = client.getReactionElement(); reactionElement.enableDarkMode(); reactionElement.disableDarkMode();
inline
<VeltWireframe> <VeltInlineReactionsSection variant="inline"></VeltInlineReactionsSection> </VeltWireframe>
Was this page helpful?