Morphing Tabs
This is a morphing tabs interaction, recreated by Preet's work and featuring the gooey effect component.
Install using CLI
Install Manually
Copy and paste the following code
MorphingTabs.vue
API
Prop Name | Type | Default | Description |
---|---|---|---|
class | string | "" | Additional class names to style the component. |
tabs | string[] | [] | Tabs. |
activeTab | string | "" | Current active Tab. |
margin | number | 20 | Active tab margin left and right. |
blurStdDeviation | number | 6 | Svg blur stdDeviation, tab rounded use it. |
Credits
- Credits to Whbbit1999 for this component.
- Inspired and ported from @Preet "Exclusion tabs".