Socket
Socket
Sign inDemoInstall

svelte-tabs-scrollable

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-tabs-scrollable - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "svelte-tabs-scrollable",
"version": "0.0.7",
"version": "0.0.8",
"description": "a simple svelte scrollable tabs with a lot of additional features and with fully supporting of RTL mode",

@@ -5,0 +5,0 @@ "author": "Mohammed Aliwi",

@@ -185,2 +185,14 @@ # svelte-tabs-scrollable

</tr>
<tr>
<td><code>onLeftBtnClick</code></td>
<td>-</td>
<td> function </td>
<td> <code>onLeftBtnClick</code> : a function that scrolls the tabs to the left. to use it you must bind it with the <Tabs /> component like so <code> bind:onLeftBtnClick </code> </code> </td>
</tr>
<tr>
<td><code>onRightBtnClick</code></td>
<td>-</td>
<td> function </td>
<td> <code>onRightBtnClick</code> : a function that scrolls the tabs to the right. to use it you must bind it with the <Tabs /> component like so <code> bind:onRightBtnClick </code> </code> </td>
</tr>
<tr>

@@ -187,0 +199,0 @@ <td><code>goToStart</code></td>

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc