Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
radogado committed Apr 29, 2023
1 parent b4f8b86 commit 03839d0
Show file tree
Hide file tree
Showing 13 changed files with 606 additions and 605 deletions.
2 changes: 1 addition & 1 deletion dist/niui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.css.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14152
14261
2 changes: 1 addition & 1 deletion dist/niui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.js.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12472
12441
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1184,9 +1184,9 @@ <h3>Standard</h3>
</div>
</div>
<div class="_1/2">
<h3>Controls on top</h3>
<h3>Index</h3>

<div class="n-carousel n-carousel--index-start">
<div class="n-carousel">
<div class="n-carousel__content">
<div class="n-center">
<p><br>One<br></p>
Expand All @@ -1208,7 +1208,7 @@ <h3>Controls on top</h3>
</div>

<div class="code">
<pre><code class="language-markup">&lt;div class="n-carousel n-carousel--index-start"&gt;
<pre><code class="language-markup">&lt;div class="n-carousel"&gt;
&lt;div class="n-carousel__content"&gt;
&lt;div&gt;Slide 1&lt;/div&gt;
&lt;div&gt;Slide 2&lt;/div&gt;
Expand Down Expand Up @@ -1475,6 +1475,7 @@ <h3>Options</h3>
<pre>.n-carousel.n-carousel--auto-slide</pre> auto slides the carousel. Use
<pre>data-interval="4"</pre> to specify the interval between slides, in seconds.
</li>
<li>Vertical carousels require either <pre>--max-height</pre> (defaulting at 75vh) or <pre>.n-carousel--auto-height</pre>.</li>
<!-- <li>
<pre>&lt;div class="n-carousel__content n-carousel__content__fade-overlap"&gt;</pre> to overlap the two slides while fading out/in
</li> -->
Expand Down
1,182 changes: 591 additions & 591 deletions js/niui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/niui.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion niui-wp/niui-wp.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion niui-wp/niui-wp.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion niui-wp/niui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion niui-wp/niui.min.js.map

Large diffs are not rendered by default.

0 comments on commit 03839d0

Please sign in to comment.