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

Getting Started

The Liquid Modules is comprised of modular components encapsulated by our LiquidCommerce SDK.

NextAuthentication

Last updated 1 year ago

Components are pre-built, easily styled to assist users in the creation and implementation of a shopping journey from product discovery to order placement without the need to implement functionality against the user interactions.

The Modules were designed to handle the most critical touch-points of the optimized shopping journey specifically for beverage alcohol eCommerce. By simplifying these interactions while also providing customization options, these solutions can cover a variety of use cases and are essentially ready out of the box.

The SDK was built using Web Components but also provided as React components. You can install the package through NPM.

# for Preact
npm install @liquidcloud/modules-react
# or
yarn add @liquidcloud/modules-react

# for React
npm install @liquidcloud/modules-react
# or
yarn add @liquidcloud/modules-react

To further customize the UI components, users can access and edit our theme providers to ensure the component looks, feels, and functions like it is native.

Liquid Modules (REACT)

  • <LiquidBanner/> (docs coming soon)

  • <LiquidSearch/> (docs coming soon)

    • <LiquidBrandCarousel/> (docs coming soon)

<LiquidBreadcrumb/>
<LiquidProduct/>
<LiquidProductListPage/>
<LiquidCart/>
Carousel
<LiquidProductCarousel/>
<LiquidCategoryCarousel/>
<LiquidCheckout/>
<LiquidOrderConfirmation/>
<LiquidOrderTracking/>