Overview
Morphing Tabs is a tab component with a unique morphing animation effect featuring a gooey transition between active tabs.Usage
API Reference
Props
| 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”.