🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@constructor-io/constructorio-ui-asa-pdp

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@constructor-io/constructorio-ui-asa-pdp

Constructor.io AI Shopping Assistant PDP UI library for web applications

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
6
Created
Source

Constructor AI Shopping Assistant PDP UI library

minzipped size NPM Version MIT licensed

Introduction

ASA PDP is an NLP chatbot embedded in product detail pages, designed to answer key technical product questions essential for final purchase decisions.

Our Storybook Docs are the best place to explore the behavior and the available configuration options for this UI library.

Installation

npm i @constructor-io/constructorio-ui-asa-pdp

Usage

Using the JavaScript Bundle

This is a framework agnostic method that can be used in any JavaScript project. The CioAsaPdp function provides a simple interface to inject the ASA PDP component into the provided selector.

In addition to ASA PDP component props, this function also accepts selector and includeCSS.

import CioAsaPdp from '@constructor-io/constructorio-ui-asa-pdp/constructorio-ui-asa-pdp-bundled';

CioAsaPdp({
  selector: '#asa-pdp-container',
  includeCSS: true, // Include the default CSS styles - defaults to true
  apiKey: 'key_M57QS8SMPdLdLx4x',
  itemId: '12345',
});

Requirements

  • Node.js v18.20.3 (LTS Hydrogen)
  • React >=16.12.0
  • React DOM >=16.12.0

License

MIT © Constructor.io

FAQs

Package last updated on 26 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts