UNPKG

@wix/design-system

Version:

@wix/design-system

22 lines (18 loc) 807 B
### children - type: ReactNode - description: Child nodes of this component must be of type <code><VerticalTabs.TabsGroup></code> or <code><VerticalTabs.Footer></code> ### size - type: VerticalTabsSize - description: Text Size (tiny, small, medium) ### activeTabId - type: string | number - description: Current selected tab id ### onChange - type: (id: TabId) => void - description: Callback function called on tab selection change with the following parameters<code>(id)</code> ### dataHook - type: string - description: Data attribute for testing purposes ### skin - type: ValuesOf<{ readonly LIGHT: "light"; readonly NEUTRAL: "neutral"; readonly STANDARD: "standard"; }> - description: Specifies the skin of a TabItem.