Could you add a thumbnail feature to make the package better? In raw implementation, something like this: ``` <Slides goes here> <div grid grid-cols-{Image length}> {Slides.map(({image}) => retu rn ( // <Img onClick={push to main slider}/> ) )} ```