Skip to content

Missing Image Lazy Loading #7

@JakeLin

Description

@JakeLin

Card.Image doesn't support lazy loading:

// Current:
<Card.Image src={url} alt="..." />

// Should support:
<Card.Image 
  src={url} 
  alt="..."
  loading="lazy"  // ❌ Not in CardImageProps
  placeholder={<Skeleton />} // ❌ Not supported
/>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions