From 6cf8258362d5f10e1c6e76be24df2d8393ce83ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A8Federico?= Date: Fri, 7 Jan 2022 13:41:15 +0100 Subject: [PATCH] Added example --- README.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) 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