Skip to content

Commit

Permalink
🚀 feat(frontend): add @radix-ui/react-tooltip package to improve user…
Browse files Browse the repository at this point in the history
… experience

The @radix-ui/react-tooltip package has been added to the frontend dependencies to improve the user experience by providing tooltips.
  • Loading branch information
ogabrielluiz committed Jun 9, 2023
1 parent 99cbd27 commit 61d84d7
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 2 deletions.
60 changes: 59 additions & 1 deletion src/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@tabler/icons-react": "^2.18.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
Expand Down Expand Up @@ -90,4 +91,4 @@
"typescript": "^5.0.2",
"vite": "^4.3.5"
}
}
}

0 comments on commit 61d84d7

Please sign in to comment.