
package.dist.components.tabs.index.js 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 { TabContent } from './tab-content.js';
export { TabIndicator } from './tab-indicator.js';
export { TabList } from './tab-list.js';
export { TabTrigger } from './tab-trigger.js';
export { TabsContext } from './tabs-context.js';
export { TabsRoot } from './tabs-root.js';
export { TabsRootProvider } from './tabs-root-provider.js';
export { useTabs } from './use-tabs.js';
export { useTabsContext } from './use-tabs-context.js';
import * as tabs from './tabs.js';
export { tabs as Tabs };
export { anatomy as tabsAnatomy } from '@zag-js/tabs';
© 2015 - 2025 Weber Informatics LLC | Privacy Policy