Skip to content

Commit

Permalink
Update as per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
imranhsayed committed Jan 10, 2024
1 parent 2e205e5 commit c18134d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/slider/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<tp-slider-count current="1" total="3" format="$current / $total">1 / 3</tp-slider-count>
</tp-slider>

<!--Slider within slider-->
<!--Nested sliders-->
<tp-slider flexible-height="yes" infinite="yes" swipe="yes" behaviour="fade">
<tp-slider-arrow direction="previous"><button>&laquo; Previous</button></tp-slider-arrow>
<tp-slider-arrow direction="next"><button>Next &raquo;</button></tp-slider-arrow>
Expand Down
3 changes: 3 additions & 0 deletions src/slider/tp-slider-count.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* Internal dependencies.
*/
import { TPSliderElement } from './tp-slider';

/**
Expand Down

0 comments on commit c18134d

Please sign in to comment.