-
-
Notifications
You must be signed in to change notification settings - Fork 186
feat: copy package name button #473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
Added a button to copy the package name at the package page, this makes it for example easier to create an install command in the cli with multiple package.
I've also adapted the AppTooltip component to a base component so that also the AnnounceTooltip component could be made.
With the AnnounceTooltip component currently only shows when the package name is copied like in the screen shot below but it can in the future be used for other purposes.