We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e065ca6 commit e1af15cCopy full SHA for e1af15c
apps/preview/next/pages/showcases/ProductSlider/Basic.tsx
@@ -59,7 +59,7 @@ function ButtonNext({ disabled, ...attributes }: { disabled?: boolean }) {
59
60
ButtonNext.defaultProps = { disabled: false };
61
62
-export default function GalleryVertical() {
+export default function ProductSliderBasic() {
63
return (
64
<SfScrollable
65
className="m-auto py-4 items-center w-full [&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]"
@@ -106,4 +106,4 @@ export default function GalleryVertical() {
106
}
107
// #endregion source
108
109
-GalleryVertical.getLayout = ShowcasePageLayout;
+ProductSliderBasic.getLayout = ShowcasePageLayout;
0 commit comments