tailwindlabs / tailwindui-issues

Bug fixes and feature request tracking for Tailwind UI.
233 stars 4 forks source link

CatalystUI - SidebarItem imported from Navbar in docs #1583

Closed jwbaldwin closed 3 months ago

jwbaldwin commented 3 months ago

I wasn't sure where to report this, but in the catalyst docs for Stacked Layout the code has the following import

...
  SidebarItem,
} from '@/components/navbar'

But SidebarItem is exported from sidebar and not navbar. Changing this fixed it for me!

reinink commented 3 months ago

Hey, good catch! We've corrected this. Thanks for letting us know! 🙏