You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the top level, we could have slots that map components if you want to provide custom ones.
functionMyCustomThumbnailWrapper({ children }){//...return<divclassName="my-classname">{children}</div>}<ThumbnailPanelslots={{thumbnailWrapper: MyCustomThumbnailWrapper,// ..}}/>
The text was updated successfully, but these errors were encountered:
At the top level, we could have
slots
that map components if you want to provide custom ones.The text was updated successfully, but these errors were encountered: