zero-to-mastery / WebBlocks

zero-to-mastery re-usable web component library.
https://zero-to-mastery.github.io/WebBlocks/
MIT License
22 stars 60 forks source link

Image component #9

Closed r4pt0s closed 3 years ago

r4pt0s commented 3 years ago

This one might look easier as it might be to implement. The goal of this component is to make use of the html picture element.

It should receive at least three props,.

  1. src-dir-jpg
  2. src-dir-webp
  3. src-img-name

Internally it should then create the picture element which makes use of srcset and define at least both img elements.

As a reference, head over to this website

Insidiae commented 3 years ago

Hello, I'd like to work on this component please!

r4pt0s commented 3 years ago

@Insidiae Go for it 💪🏻