themesberg / flowbite-react

Official React components built for Flowbite and Tailwind CSS
https://flowbite-react.com
MIT License
1.84k stars 412 forks source link

docs: Can't see theme code in Tabs component #1123

Closed get6 closed 10 months ago

get6 commented 10 months ago

Steps to reproduce

  1. Go to site(https://www.flowbite-react.com/docs/components/tabs#theme)

Current behavior

Some other components show theme example. Only tabs component couldn't display theme code. There is a line 60 in tabs.mdx

Screenshot 2023-11-11 at 3 44 52 PM

Expected behavior

It should be displayed theme code on /src/components/Tab/theme.ts

Context

I wanted to change color of tabs and I checked flowbite-react documentation. I saw the tabs.mdx( /content/docs/components/tabs.mdx) file but I don't know mdx works.. So I just reported a issue.

In my guess, maybe folder name tab would be occur an error