UNPKG

@fidely-ui/react

Version:

Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps

4 lines (3 loc) 213 B
export { TabsRootProvider, TabsRoot, TabContent, TabIndicator, TabList, TabTrigger, TabsContext, } from './tabs'; export { useTabs, useTabsContext } from '@ark-ui/react/tabs'; export * as Tabs from './namespace';