Morphing Tabs
This is a morphing tabs interaction, recreated by Preet's work and featuring the gooey effect component.
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. |
Component Code
You can copy and paste the following code to create these components:
MorphingTabs.vue
Credits
- Credits to Whbbit1999 for this component.
- Inspired and ported from @Preet "Exclusion tabs".