diff --git a/README.md b/README.md index 0e503da..1ee7352 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,62 @@ A simple plugin to create scrollable tabs with Bootstrap 5. [![preview][1]][1] +## Usage: + +### Required libraries: + +```html + + + + + + + + + + +``` + +### HTML example: + +```html +
+
+
+
+ +
+
+
+ This is the content of Tab 1... +
+
+ This is the content of Tab 2... +
+
+ This is the content of Tab 3... +
+
+ This is the content of Tab 4... +
+
+ This is the content of Tab 5... +
+
+ This is the content of Tab 6... +
+
+
+``` + **Based on:** https://www.codeply.com/go/Loo3CqsA7T