
package.dist.components.tabs.tabs.d.cts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
The newest version!
export type { FocusChangeDetails, ValueChangeDetails } from '@zag-js/tabs';
export { TabContent as Content, type TabContentProps as ContentProps, type TabContentBaseProps as ContentBaseProps, } from './tab-content';
export { TabIndicator as Indicator, type TabIndicatorProps as IndicatorProps, type TabIndicatorBaseProps as IndicatorBaseProps, } from './tab-indicator';
export { TabList as List, type TabListProps as ListProps, type TabListBaseProps as ListBaseProps, } from './tab-list';
export { TabTrigger as Trigger, type TabTriggerProps as TriggerProps, type TabTriggerBaseProps as TriggerBaseProps, } from './tab-trigger';
export { TabsContext as Context, type TabsContextProps as ContextProps } from './tabs-context';
export { TabsRoot as Root, type TabsRootProps as RootProps, type TabsRootBaseProps as RootBaseProps, } from './tabs-root';
export { TabsRootProvider as RootProvider, type TabsRootProviderProps as RootProviderProps, type TabsRootProviderBaseProps as RootProviderBaseProps, } from './tabs-root-provider';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy