In this section, you'll learn how to create a set of repeating bricks within another brick, such as a gallery of images or buttons inside a hero unit.
React Bricks supports infinite nesting of bricks.
Since our Thumbnail component is already available, we'll create a Gallery that will contain a title and a set of Thumbnails. Let's get started!