How to use tab - 6 common examples

To help you get started, we’ve selected a few tab examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github GetScatter / ScatterDesktop / src / components / reusable / PanelTabs.vue View on Github external
<template>
	<section class="panel-tabs">
		<figure class="tab-name">{{tab.name}}</figure>
	</section>
</template>
github ecomfe / veui / packages / veui / demo / cases / Tabs.vue View on Github external
:active.sync="active1"
      :index.sync="index2"
      addable
      :max="totalTabs0"
      @add="addTab0"
      @remove="removeTab0"
    &gt;
      
        <p>Tab {{ tab.name }}</p>
      
    
    <p>当前序号 <code>{{ index3 != null ? index3 + 1 : '已删光' }}</code></p>

tab

Unix-style tables for command-line utilities

MIT
Latest version published 8 years ago

Package Health Score

42 / 100
Full package analysis

Popular tab functions