In the previous article, I created a block that allows https://artisansweb.net/multiple-images-using-mediaupload-component. This block is displaying uploaded images as it is on the frontend.
Let’s first quickly scaffold our Gutenberg block and use some code from the https://artisansweb.net/multiple-images-using-mediaupload-component.
After writing the code from the previous block, I’ll continue with the integration of a Slick Carousel.
To integrate a Slick Carousel into the Gutenberg block, you need to install its package via the npm command below.