Create component for hover on element (desktop) or long press (mobile) interaction #115
Labels
☁️ Average
📦 boba-components
An issue that involves the boba-components repository
🐞 Feature
Add a new feature or improve an existing one
🦵 Good first issue
Good for newcomers to the project
⛵️ Medium
🌟 Ms. Boba's fave
A task Ms. Boba would *love* to get done
🛠 React
Is familiar with the React Framework
⏩ Ready to implement
💪 Self-contained
The task doesn't have broad repercussions on the BobaBoard codebase
💪 Volunteer-friendly
Can easily be broken down in a way in which a volunteer should have a easy way taking care of it
We want to display certain information when a specific UI element is hovered (for example, board name on the pinned menu, or keyboard shortcuts for e.g. UI elements). Since hovering doesn't work on mobile, we will need a way to trigger the same event on mobile. Long press is the likely candidate.
We need a component able to do this.
The text was updated successfully, but these errors were encountered: