Dankoss Docs - v0.1.0
    Preparing search index...
    • Renders an image with a dark placeholder background that shows while the image is loading. Automatically applies a subtle zoom effect when a parent element with the group class is hovered. *

      Parameters

      • props: { alt: string; className?: string; src: string }

        The component properties.

        • alt: string

          The alternative text for the image, crucial for accessibility and SEO.

        • OptionalclassName?: string

          Optional custom CSS classes appended to the outer wrapper div.

        • src: string

          The URL source of the image.

      Returns Element

      The styled image component.