Skip to content

Release 1.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 00:34
· 8 commits to main since this release
53cc160
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