BoxCurrentTab component
BoxCurrentTab component
This component is only meant as a utility to set the title on its BoxPopup component container.
Whenever the current tab changes, for example when a user clicks a new Tab component, this component takes care of setting a new title on the BoxPopup component.
As such, it’s simple and doesn’t provide any options or methods.
Usage
This component must be included inside a BoxPopup component.
<div class='CoveoBoxPopup'>
<div class='CoveoBoxCurrentTab'></div>
<div class="coveo-tab-section">
[[sorts]]
</div>
</div>
Was this article useful?
Thanks for your feedback!