Liquid Modules
  • Modules
    • Getting Started
    • Authentication
    • React
      • Breadcrumbs
      • Carousel
        • Category Carousel
        • Product Carousel
      • Cart
      • Checkout
      • Order Confirmation
      • Order Tracking
      • Product
      • Product List Page
Powered by GitBook
On this page
  1. Modules
  2. React

Product

The product module is a fully encapsulated product details component, with real-time availability and all necessary functionality for user interactions.

PreviousOrder TrackingNextProduct List Page

Last updated 1 year ago

Usage

import type { FC } from 'react';
import { LiquidProductInfo } from '@liquidcloud/modules-react';

const Component: FC = () => {
  return <LiquidProductInfo upc="00619947000020" />;
};

export default Component;

Properties

property
type
default
description

upc

string

-

UPC for the product that the PDP should display.