You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Also known as carousel or slideshow. This component can be a convenient way to display multiple images, videos, slides with text, etc. on website. <strong>Note:</strong> If you do not want to have slider pills (navigation dots) or slider arrows in your page simply delete div <codeclass="html">.slider__pills</code> or <codeclass="html">.slider__arrows</code> with their content from this code snippet.</p>
<p>Like in <ahref="#accordion">accordion</a>, this component is used to show informations in limited amount of space. Instead of accordion, tabs shows data in form of table or bookmarks. <strong>Note:</strong> Because of absolute positioning of each tab content it need to set to the <codeclass="html">.tab__content</code> class height property (default: 200px) and equivalent <codeclass="html">margin-bottom</code> for tabs container.</p>
607
+
<p>Like in <ahref="#accordion">accordion</a>, this component is used to show informations in limited amount of space. Instead of accordion, tabs shows data in form of table or bookmarks. <strong>Note:</strong> Because of absolute positioning of each tab content it need to set to the <codeclass="html">.tab__content</code> class height property (default: 200px) and equivalent <codeclass="html">margin-bottom</code> for tabs container. To make a container scrollable simply put <codeclass="html">.tab__content--scrollable</code> class.</p>
0 commit comments