1.0.8 • Published 2 years ago
fancytoggle v1.0.8
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" />