We are using SXA toolbar to use common tools. We have also a lot of internal components and want to add it to SXA toolbar so that we can distribute our own components to our Sitecore team through toolbar.
So our specific question is that how to add our own components to SXA toolbar? Has someone extended SXA toolbar with their own existing components?
StandardController
. /sitecore/templates/Foundation/Experience Accelerator/Rendering Variants/Rendering Parameters/IComponentVariant
and /sitecore/templates/Foundation/Experience Accelerator/Presentation/Rendering Parameters/IStyling
. This will give it the variant and styling options.<div class="component my-thingy @Model.CssClasses.Aggregate()">
RenderingModelBase
That should do it.