Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
vue-material-tabs
Advanced tools
Vue.js tabs component based in material design ❤
yarn add vue-material-tabs // npm install --save vue-material-tabs
import Vue from "vue";
import Tabs from "vue-material-tabs";
Vue.use(Tabs);
import { tabs, tab } from "vue-material-tabs";
export default {
components: {
tabs,
tabItem,
},
};
<Tabs>
<TabItem name="Foo">
<div class="first-tab">First tab</div>
</TabItem>
<TabItem name="Bar">
<div class="second-tab">Second tab</div>
</TabItem>
</Tabs>
<Tabs>
<TabItem>
<template #name>
My custom title 🍉
</template>
<div class="first-tab">
First tab
</div>
</TabItem>
</Tabs>
Name | type | Default | description |
---|---|---|---|
dark | Boolean | false | Applies the dark theme. |
value | String | '' | The designated model value for the component. |
vertical | Boolean | false | Uses a vertical transition when changing windows. |
ripple | Boolean | true | enalbe/disable ripple buttons effects. |
slideDuration | String - Number | 200 | Set time in ms slide duration. |
slideVertical | Boolean | false | enable vertical slide animation. |
slide | Boolean - Object | false | enable/disable slide or set object with props. |
navAuto | Boolean | false | Set nav auto items. |
navSlider | Boolean | true | Enable/disable slider under nav item. |
Name | Description | Props |
---|---|---|
nav | Slot to replace the nav menu. | { navItems: Array, active: String } |
Name | Description |
---|---|
input | Emitted when tab is changed. |
change | Emitted when tab is changed by user interaction. |
Name | type | Default | description |
---|---|---|---|
name | String | 'Tab Item ' | Sets the tab value in the nav menu. |
disabled | Boolean | false | Removes the ability to click or target the component. |
Name | Description |
---|---|
name | Slot for cutom name in nav |
FAQs
Vue.js tabs component based in material design
The npm package vue-material-tabs receives a total of 636 weekly downloads. As such, vue-material-tabs popularity was classified as not popular.
We found that vue-material-tabs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.