fancytoggle
v1.0.8
Published
This is a vue component for a fancy toggle that switches between 2 tabs.
Downloads
1
Readme
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" />