You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added ImageBox Component (#19)
* Added ImageBox Component
The ImageBox component displays an image with a tooltip that appears on hover. It's a clickable element that triggers a clicked event when selected, providing additional item details.
** Features:
- Image Display: Shows an image with a default placeholder if the image fails.
-Tooltip: Displays a description when hovered over.
- Clickable: Emits a clicked event upon selection.
- Disabled State: Can be visually dimmed and disabled for interactions.
* version
* Update README.md