docs: home install-command dropdown + static downloads stat#705
Merged
Conversation
Hovering the install command opens a card offering pnpx, bunx, yarn dlx, and npx, each copyable. A single highlight pill slides between the rows, and the first row overlaps the trigger exactly so it reads as the button expanding into the menu. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Replaces the live npm monthly-downloads fetch with a static "1 Million+ downloads across all packages" figure. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copying a row no longer closes the menu, so its copied checkmark is visible. The focus-based open/close is removed too, so a copy's transient focus change can't shut the menu; mouse-leave is the sole close. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
rabisg
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pnpx/bunx/yarn dlx/npx, each copyable on click. A single highlight pill slides between the rows, and the first row overlaps the trigger exactly, so it reads as the button expanding into the menu.Notes
CommandDropdownButtonwith its own styles, so no other buttons are affected.Testing
yarn dlx …) fits inside the card; and the label and copy chip do not shift when the menu opens. Confirmed visually with screenshots of the opened menu.🤖 Generated with Claude Code