MCPcopy Create free account

hub / github.com/ONEENTRY-PLATFORM/nextjs-shop-demo / functions

Functions528 in github.com/ONEENTRY-PLATFORM/nextjs-shop-demo

FunctionBreadcrumbProductItem
({ link }: { link: string })
components/layout/breadcrumbs/components/BreadcrumbProductItem.tsx:13
FunctionBreadcrumbs
()
components/layout/breadcrumbs/index.tsx:17
FunctionBreadcrumbsAnimations
({ children, className, }: { children: ReactNode; className: string; })
components/layout/breadcrumbs/animations/BreadcrumbsAnimations.tsx:19
FunctionBreadcrumbsTrail
({ lang }: { lang: string })
components/layout/breadcrumbs/components/BreadcrumbsTrail.tsx:17
FunctionCalendarAnimations
({ children, className, }: { children: ReactNode; className: string; })
components/forms/animations/CalendarAnimations.tsx:19
FunctionCalendarForm
({ lang }: { lang: string })
components/forms/CalendarForm.tsx:70
FunctionCameraIcon
(props?: { active?: boolean })
components/icons/camera.tsx:1
FunctionCancelOrderButton
({ data, isLoading, refetch, title, onStatusChange, }: { data: IOrderByMarkerEntity; isLoading:
components/layout/orders/components/CancelOrderButton.tsx:22
FunctionCardAnimations
({ children, className, index, pagesLimit, }: { children: ReactNode; className: string; index: n
components/layout/products-grid/animations/CardAnimations.tsx:28
FunctionCardsGridAnimations
({ children, className, }: { children: ReactNode; className: string; })
components/layout/products-grid/animations/CardsGridAnimations.tsx:20
FunctionCarouselItem
({ item, lang, index, currentIndex, setCurrentIndex, }: { item: IProductsEntity; lang: string;
components/layout/product/variations/CarouselItem.tsx:21
FunctionCarouselItemImage
({ item, lang, }: { lang: string; item: IProductsEntity; })
components/layout/product/variations/CarouselItemImage.tsx:17
FunctionCarouselItemTitle
({ item: { id, localizeInfos, attributeValues }, lang, }: { lang: string; item: IProductsEntity; })
components/layout/product/variations/CarouselItemTitle.tsx:14
FunctionCartAltIcon
(props?: { active?: boolean })
components/icons/cart.tsx:3
FunctionCartAnimations
({ children, className, }: AnimationsProps)
components/layout/cart/animations/CartAnimations.tsx:22
FunctionCartLoader
({ limit = 3 }: { limit?: number })
components/layout/cart/components/CartLoader.tsx:15
FunctionCartPage
({ lang, dict, deliveryData, }: { lang: string; dict: IAttributeValues; deliveryData: IProductsEnt
components/layout/cart/index.tsx:34
FunctionCartPageLayout
({ params }: PageProps)
app/[lang]/(withSidebar)/cart/page.tsx:33
FunctionCatalogIcon
(props?: { active?: boolean })
components/icons/catalog.tsx:1
FunctionCategoriesGrid
({ categories, }: { categories: CategoryCardProps[]; })
components/layout/categories/index.tsx:25
FunctionCategoriesGridAnimations
({ children, className, }: { children: ReactNode; className: string; })
components/layout/categories/animations/CategoriesGridAnimations.tsx:19
FunctionCategoriesLoader
({ limit = 4 }: LoaderProps)
components/layout/categories/components/CategoriesLoader.tsx:11
FunctionCategoryAnimations
({ children, className, index, }: { children: ReactNode; className: string; index: number; })
components/layout/categories/animations/CategoryAnimations.tsx:19
FunctionCategoryCard
({ category: { imgSrc, title, link, blurDataURL }, index, }: { category: { imgSrc: string; title
components/layout/categories/components/CategoryCard.tsx:26
FunctionCategoryPage
({ params }: PageProps)
app/[lang]/shop/category/page.tsx:26
FunctionChildReviewCard
({ dict, product, review, allReviews = [], }: { dict: IAttributeValues; product: IProductsEntity;
components/layout/product/reviews-list/review-card/ChildReviewCard.tsx:23
FunctionChildReviews
({ dict, product, childReviews = [], allReviews = [], }: { dict: IAttributeValues; product: IProdu
components/layout/product/reviews-list/review-card/ChildReviews.tsx:18
FunctionClientProviders
({ children, }: { children: ReactNode; })
components/ClientProviders.tsx:66
FunctionCloseModal
()
components/layout/filter/components/header/CloseModal.tsx:14
FunctionCloseModal
()
components/layout/modal/components/CloseModal.tsx:13
FunctionCloseModal
()
components/layout/mobile-menu/components/CloseModal.tsx:11
FunctionConfirmOrderButton
({ dict, account, isLoading, onConfirmOrder, }: { dict: IAttributeValues; account: IAccountsEntity
components/layout/payment/components/ConfirmOrderButton.tsx:19
FunctionContactInfo
()
components/layout/footer/components/ContactInfo.tsx:12
FunctionContactsPage
({ page, lang, }: SimplePageProps)
components/pages/ContactsPage.tsx:18
FunctionCreateAccountButton
({ title }: { title: string })
components/forms/inputs/CreateAccountButton.tsx:15
FunctionDeleteIcon
()
components/icons/delete.tsx:1
FunctionDeliveryForm
({ lang, dict, deliveryData, }: { lang: string; dict: IAttributeValues; deliveryData: IProductsEnt
components/layout/cart/delivery-table/DeliveryForm.tsx:23
FunctionDeliveryPage
({ page, }: SimplePageProps)
components/pages/DeliveryPage.tsx:16
FunctionDeliveryRow
({ lang, delivery, }: { lang: string; delivery: IProductsEntity; })
components/layout/cart/delivery-table/DeliveryRow.tsx:17
FunctionDeliveryTable
({ delivery, lang, dict, }: { delivery: IProductsEntity; lang: string; dict: IAttributeValues; })
components/layout/cart/delivery-table/DeliveryTable.tsx:29
FunctionDeliveryTableRow
({ label, value, icon, placeholder = '', }: { label: string; value: string; icon: string; plac
components/layout/cart/delivery-table/DeliveryTableRow.tsx:18
FunctionEditOrderButton
({ dict, isLoading, }: { dict: IAttributeValues; isLoading: boolean; })
components/layout/payment/components/EditOrderButton.tsx:17
FunctionEmptyCart
({ lang, dict, }: { lang: string; dict: IAttributeValues; })
components/layout/cart/components/EmptyCart.tsx:17
FunctionEmptyCartIcon
()
components/icons/empty-cart.tsx:1
FunctionEmptyFavorites
({ lang, dict, }: { lang: string; dict: IAttributeValues; })
components/layout/favorites/EmptyFavorites.tsx:16
FunctionEmptyOrders
({ lang, dict, }: { lang: string; dict: IAttributeValues; })
components/layout/orders/components/EmptyOrders.tsx:16
FunctionError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
app/[lang]/(withSidebar)/favorites/error.tsx:12
FunctionError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
app/[lang]/(withSidebar)/cart/error.tsx:12
FunctionError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
app/[lang]/(withSidebar)/orders/error.tsx:15
FunctionError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
app/[lang]/shop/error.tsx:15
FunctionError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
app/[lang]/shop/product/[handle]/error.tsx:15
FunctionError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
app/[lang]/shop/category/[handle]/error.tsx:15
FunctionError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
app/[lang]/shop/[handle]/error.tsx:15
FunctionErrorMessage
({ error }: { error: string })
components/forms/inputs/ErrorMessage.tsx:9
FunctionErrorMessage
({ title, error, }: { title: string; error: Error & { digest?: string }; })
components/shared/ErrorMessage.tsx:15
FunctionEyeIcon
()
components/icons/eye.tsx:1
FunctionEyeOpenIcon
()
components/icons/eye-o.tsx:1
FunctionFadeTransition
({ children, className, index, }: AnimationsProps)
app/animations/FadeTransition.tsx:20
FunctionFavoritesAltIcon
(props?: { active?: boolean })
components/icons/favorites.tsx:3
FunctionFavoritesLoader
()
components/layout/favorites/FavoritesLoader.tsx:13
FunctionFavoritesPage
({ lang, dict }: SimplePageProps)
components/layout/favorites/index.tsx:28
FunctionFavoritesPageLayout
({ params, }: PageProps)
app/[lang]/(withSidebar)/favorites/page.tsx:18
FunctionFilterAnimations
({ children, className, index, }: { children: ReactNode; className: string; index: number; })
components/layout/filter/animations/FilterAnimations.tsx:20
FunctionFilterButton
({ dict }: { dict: IAttributeValues })
components/layout/breadcrumbs/components/FilterButton.tsx:19
FunctionFilterHeader
({ dict }: { dict: IAttributeValues })
components/layout/filter/components/header/FilterHeader.tsx:14
FunctionFilterIcon
()
components/icons/filter.tsx:1
FunctionFilterModal
({ lang, dict, prices, }: { lang: string; dict: IAttributeValues; prices: { min: number; m
components/layout/filter/FilterModal.tsx:25
FunctionFilterModalAnimations
({ children, }: { children: ReactNode; })
components/layout/filter/animations/FilterModalAnimations.tsx:18
FunctionFilterProvider
({ children, }: { children: ReactNode; })
app/store/providers/FilterContext.tsx:44
FunctionFiltersForm
({ lang, dict, prices, }: { lang: string; dict: IAttributeValues; prices: { min: number; m
components/layout/filter/FiltersForm.tsx:31
FunctionFooter
()
components/layout/footer/index.tsx:10
FunctionFooterMenuSection
()
components/layout/footer/components/FooterMenu.tsx:25
FunctionForgotPasswordForm
({ lang, dict, }: { lang: string; dict: IAttributeValues; })
components/forms/ForgotPasswordForm.tsx:28
FunctionFormAnimations
({ children, isLoading, }: { children: ReactNode; isLoading: boolean; })
components/forms/animations/FormAnimations.tsx:19
FunctionFormFieldAnimations
({ children, className, index, }: { children: ReactNode; className: string; index: number; })
components/forms/animations/FormFieldAnimations.tsx:21
FunctionFormInput
(field: { marker: string; type: string; value: string | number; validators?: Record<string, any>; in
components/forms/inputs/FormInput.tsx:31
FunctionFormReCaptcha
({ siteKey, action = 'verify', setToken, setIsCaptcha, setIsValid, }: { siteKey: string; action?
components/forms/inputs/FormReCaptcha.tsx:17
FunctionFormSubmitButton
({ title, isLoading, index, }: { title: string; isLoading: boolean; index: number; })
components/forms/inputs/FormSubmitButton.tsx:15
FunctionGET
(request: NextRequest)
app/api/test-connection/route.ts:95
FunctionGenericPageLoader
()
app/animations/RouteSkeleton.tsx:23
FunctionGroupCard
({ product, lang, dict, }: { product: IProductsEntity; lang: string; dict: IAttributeValues; })
components/layout/product/group-card/GroupCard.tsx:19
FunctionHeader
()
components/layout/header/index.tsx:15
FunctionHeartIcon
()
components/icons/heart.tsx:1
FunctionHeartOpenIcon
()
components/icons/heart-o.tsx:1
FunctionHistogram
({ results, }: { results: RequestResult[]; })
app/api-test/charts.tsx:128
FunctionHistoryBack
()
components/layout/filter/components/header/HistoryBack.tsx:12
FunctionHomeIcon
(props?: { active?: boolean })
components/icons/home.tsx:1
FunctionImage
({ src, alt = '', fill, width, height, priority, className = '', style = {}, placeholder,
components/shared/Image.tsx:26
FunctionImagesCarousel
({ reviewImages, nav2, setNav1, }: { reviewImages: any; nav2: any; setNav1: any; })
components/layout/product/reviews-list/review-modal/ImagesCarousel.tsx:10
FunctionIndexPageLayout
({ params, }: IndexPageLayoutProps)
app/[lang]/page.tsx:34
FunctionIntroAnimations
()
app/animations/IntroAnimations.tsx:13
FunctionLangSelector
({ locales, lang, }: { locales: ILocalEntity[]; lang: string; })
components/layout/header/nav/LangSelector.tsx:15
FunctionLayout
({ children }: { children: ReactNode })
app/[lang]/default.tsx:10
FunctionLegend
()
app/api-test/charts.tsx:220
FunctionLikeIcon
({ className }: { className?: string })
components/icons/like.tsx:3
FunctionLikesBlock
()
components/layout/product/reviews-list/LikesBlock.tsx:9
FunctionLoadMore
({ totalPages }: { totalPages: number })
components/layout/products-grid/components/LoadMore.tsx:20
FunctionLoader
()
components/shared/Loader.tsx:12
FunctionLoading
()
app/[lang]/shop/product/[handle]/loading.tsx:11
FunctionLoading
()
app/[lang]/shop/category/loading.tsx:11
← previousnext →201–300 of 528, ranked by callers