Skip to content

Commit

Permalink
Corrected example
Browse files Browse the repository at this point in the history
  • Loading branch information
FANMixco committed Aug 25, 2024
1 parent d5c5f34 commit fa97073
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ preview.gif
README.md
example/index_b4.html
.gitignore
node_modules/
node_modules/
dist/scrollable-tabs.css
dist/scrollable-tabs.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To allow more than one set of tabs, it required to add a new class to wrap the t
### HTML example:

```html
<div class="w-100">
<div class="tab-wrapper w-100">
<div class="scroller scroller-left float-start mt-2"><i class="bi bi-caret-left-fill"></i></div>
<div class="scroller scroller-right float-end mt-2"><i class="bi bi-caret-right-fill"></i></div>
<div class="wrapper-nav">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrolling-tabs-bootstrap-5",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple plugin to create scrollable tabs with Bootstrap 5.",
"main": "./dist/scrollable-tabs.js",
"repository": {
Expand Down

0 comments on commit fa97073

Please sign in to comment.