Tabs.Tab
badgestring | number
classNamestring
iconstring | number | false | true | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal
iconColor"blue" | "green" | "orange" | "pink" | "teal" | "violet" | "warm"
idstring
The ID of the composite store is used to reference elements within the composite widget before hydration. If not provided, a random ID will be generated.
size"lg" | "md"
storeTabStore & Store<Partial<TabStoreState>>
Another store object that will be kept in sync with the original store. Live examples: - [Navigation Menubar](https://ariakit.org/examples/menubar-navigation)