-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Before You Submit
- I have searched for duplicate or closed issues
- I have read the contributing guidelines
Suggestion
It would be great to add a tab switcher component in the documentation to allow users to easily toggle between different package manager commands (npm, yarn, pnpm, bun) when installing packages.
Additional details:
- The tabs should include package manager icons for quick visual recognition.
- The switcher should dynamically display the correct install command on tab click.
- Example implementation can be seen here: Vitest docs - Adding Vitest to Your Project
Motivation
This improves readability and user experience by showing only the relevant command for the user’s preferred package manager.
Feel free to open a pull request.