0.9.2 • Published 27 days ago

@cypress-design/vue-tabs v0.9.2

Weekly downloads
-
License
MIT
Repository
-
Last release
27 days ago

Tabs

Install

npm install @cypress-design/vue-tabs

or with yarn

yarn add @cypress-design/vue-tabs

Usage

import Tabs from '@cypress-design/vue-tabs'
<Tabs
  :tabs="[
    { id: 'ov', label: 'Overview', active: true },
    { id: 'cl', label: 'Command Log' },
    { id: 'err', label: 'Errors', href: 'https://www.cypress.io' },
    { id: 'reco', label: 'Recommendations' },
  ]"
/>

If one blocks switching

<Tabs
  :tabs="[
    { id: 'ov', label: 'Overview', active: true },
    { id: 'cl', label: 'Command Log' },
    { id: 'err', label: 'Errors', href: 'https://www.cypress.io' },
    { id: 'reco', label: 'Recommendations' },
  ]"
  @switch="(_, e) => e.preventDefault()"
/>
0.9.2

27 days ago

0.9.0

28 days ago

0.9.1

27 days ago

0.8.4

2 months ago

0.8.3

2 months ago

0.8.2

2 months ago

0.8.1

2 months ago

0.7.2

10 months ago

0.8.0

10 months ago

0.7.1

10 months ago

0.6.2

10 months ago

0.7.3

10 months ago

0.7.0

10 months ago

0.6.1

10 months ago

0.6.0

11 months ago

0.3.0

1 year ago

0.2.0

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.5.1

12 months ago

0.1.0

1 year ago