snowballtools-base/packages/frontend/src/components/shared/Tabs/TabsTrigger/index.ts
Wahyu Kurniawan ea44efa0f2
[T-4867: feat] Horizontal and vertical tabs component (#84)
* ️ feat: create tabs component

* ♻️ refactor: avoid big conflict on the example page

* 🔧 chore: upgrade tailwindcss and install `@radix-ui/react-tabs`

* ️ feat: create globe icon component

* 🎨 style: adjust vertical tab theme

* 📝 docs: add vertical tabs to the example page
2024-02-21 16:13:16 +07:00

4 lines
74 B
TypeScript

import { TabsTrigger } from './TabsTrigger';
export default TabsTrigger;