Skip to content

Commit 017443a

Browse files
committed
slider documentation new options
1 parent 1f769f8 commit 017443a

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/
22
node_modules/
3-
test.html
3+
test.html
4+
.fuse_hidden*

docs/components/index.html

+11-4
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ <h1><a href="#slider">Slider</a></h1>
461461
<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 <code class="html">.slider__pills</code> or <code class="html">.slider__arrows</code> with their content from this code snippet.</p>
462462
<div>
463463
<div class="row">
464-
<div class="slider-width-opt col-xs-4">
464+
<div class="slider-width-opt col-xs-3">
465465
<h3>Width options</h3>
466466
<div class="input-group">
467467
<input type="radio" name="slider-width" data-class-name="--full-width" id="slider-width-1">
@@ -472,7 +472,7 @@ <h3>Width options</h3>
472472
<label for="slider-width-2">Fixed width - default 80%</label>
473473
</div>
474474
</div>
475-
<div class="slider-pills-position-opt col-xs-4">
475+
<div class="slider-pills-position-opt col-xs-3">
476476
<h3>Pills position</h3>
477477
<div class="input-group">
478478
<input type="radio" name="slider-pills" data-class-name="bottom" checked id="slider-pills-1">
@@ -491,7 +491,14 @@ <h3>Pills position</h3>
491491
<label for="slider-pills-4">Right</label>
492492
</div>
493493
</div>
494-
<div class="slider-theme-opt col-xs-4">
494+
<div class="slider-finite-opt col-xs-3">
495+
<h3>Finite sliding</h3>
496+
<div class="input-group">
497+
<input type="checkbox" name="slider-finite" data-class-name=" slider--finite" id="slider-finite">
498+
<label for="slider-finite">Finite</label>
499+
</div>
500+
</div>
501+
<div class="slider-theme-opt col-xs-3">
495502
<h3>Theme</h3>
496503
<div class="input-group">
497504
<input type="checkbox" name="slider-theme" data-class-name="slider--blue" checked id="slider-theme">
@@ -597,7 +604,7 @@ <h2>slide #4</h2>
597604
</article>
598605
<article id="tabs">
599606
<h1><a href="#tabs">Tabs</a></h1>
600-
<p>Like in <a href="#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 <code class="html">.tab__content</code> class height property (default: 200px) and equivalent <code class="html">margin-bottom</code> for tabs container.</p>
607+
<p>Like in <a href="#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 <code class="html">.tab__content</code> class height property (default: 200px) and equivalent <code class="html">margin-bottom</code> for tabs container. To make a container scrollable simply put <code class="html">.tab__content--scrollable</code> class.</p>
601608
<div>
602609
<div class="row">
603610
<div class="tabs-width-opt col-xs-6">

docs/scripts/main.js

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)