Skip to content

Commit 4d55709

Browse files
committed
Tabs: Updates cookie demo to include more information on how to find cookie plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals.
1 parent f78f20a commit 4d55709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/tabs/cookie.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<div class="demo-description">
5151
<p>Looks the same as the default demo, but uses cookie to store the selected tab, and restore it when the page (re)loads.
5252
The cookie is stored for a day, so tabs will be restored even after closing the browser. Use cookie: {} for using cookies with default options.</p>
53+
<p>The cookie option requires the cookie plugin, which can be found in the development-bundle > external folder from the download builder.</p>
5354
</div><!-- End demo-description -->
5455

5556
</body>

0 commit comments

Comments
 (0)