Skip to content

Conversation

alexanderbluhm
Copy link

  • Use a meaningful title for the pull request. Include the name of the package modified.
  • Test the change in your own code.
  • Include the URL where we can test the change in the body of your PR.

This pull request:

  • Fixes a bug
  • Adds additional features/functionality
  • Updates documentation or example code
  • Other

Fixes issue in the TailwindCSS Demo code for NavigationMenu component.

  • Enter/Exit animations on the second tab were not working due to missing utilities.

URL to test: /primitives/docs/components/navigation-menu

Enter/Exit animations on the second tab were not working due to missing utilities.
@alexanderbluhm alexanderbluhm requested a review from chaance as a code owner August 8, 2025 19:59
Copy link

vercel bot commented Aug 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
radix-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2025 8:04pm

/>
</NavigationMenu.Trigger>
<NavigationMenu.Content className="absolute left-0 top-0 w-full sm:w-auto">
<NavigationMenu.Content className="absolute left-0 top-0 w-full data-[motion=from-end]:animate-enterFromRight data-[motion=from-start]:animate-enterFromLeft data-[motion=to-end]:animate-exitToRight data-[motion=to-start]:animate-exitToLeft sm:w-auto">
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need the same class as here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant