1.0.8 • Published 2 years ago

fancytoggle v1.0.8

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

fancytoggle

This is a vue component for a fancy toggle that switches between 2 tabs.

Installation

npm i fancytoggle

Usage

import FancyToggle from 'fancytoggle'
const items = ref([
    {
        title: "Button 1",
        content: "This is button 1 content"
    },
    {
        title: "Button 2",
        content: "This is button 2 content"
    }
])


<FancyToggle options="items" />
1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago