A
Anonymous
Image Gallery - Copy this React, Tailwind Component to your project
Item.images contain array of three images pathes seperated by (,) how to show them here => <CardMedia component="img" sx={{ height: '230px', objectFit: 'cover' }} image={`http://localhost:8081/images/${item.images}`} alt={item.name} />
Prompt
