The goal of this challenge is to create a custom HTML element that fetches images from an API and dynamically displays them on the web page.
- Implement a custom HTML element that encapsulates fetching and displaying random images from an API.
- Utilize JavaScript to interact with the API and manage the image retrieval process.
- Display the fetched image within the custom element in the HTML document.