[TABS] How to Customize Tabs (List, Content, Trigger, etc.) #10210
Replies: 1 comment
-
Look at the default theme config https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/src/theme/recipes/tabs.ts
Docs: https://chakra-ui.com/docs/theming/slot-recipes#theme-usage |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I tried customizing the internal parts of the Tabs component (like list, content, etc.) using recipes inside defineConfig(), like this:
But I kept running into errors and things didnβt work as expected. Not sure if this structure is fully supported yet or if I'm missing something.
Has anyone had success doing this?
Beta Was this translation helpful? Give feedback.
All reactions