[TVirtualGridList]

- TVirtualGridList 컴포넌트 변경
- tramsform.js 삭제
- renderItem을 TVirtualGridList의 props로 전달해서 사용할 수 있도록 변경
This commit is contained in:
hyunwoo93.cha
2024-02-22 16:54:29 +09:00
parent 6cdc64a9e5
commit 94e7fb4563
15 changed files with 188 additions and 131 deletions

View File

@@ -36,6 +36,7 @@ const BestSeller = () => {
className={css.homeBestSeller}
direction="horizontal"
cbScrollTo={getScrollTo}
noScrollByWheel
>
{bestSellerDatas &&
bestSellerDatas.map((item, index) => (