Axinom Mosaic Libraries
    Preparing search index...

    Interface MeaningfulImageProps

    Props for meaningful images - alt text is required

    interface MeaningfulImageProps {
        alt: string;
        decorative?: false;
    }
    Index

    Properties

    Properties

    alt: string

    Alt text - required for non-decorative images

    decorative?: false

    Whether the image is decorative (sets aria-hidden="true", alt="", and role="presentation")