@daffodil/product-configurable
v0.92.3
Published
Platform-agnostic models, state management, and drivers for configurable product types, extending @daffodil/product. Part of the Daffodil ecommerce framework.
Downloads
893
Readme
@daffodil/product-configurable
@daffodil/product-configurable simplifies the management of configurable products and is intended for use in conjunction with @daffodil/product.
Installation
To install @daffodil/product-configurable, use the following commands in your terminal.
Install with npm:
npm install @daffodil/product-configurable --saveInstall with yarn:
yarn add @daffodil/product-configurableGetting started
Import the DaffConfigurableProductStateModule. This module will add the DAFF_CONFIGURABLE_PRODUCT_STORE_FEATURE_KEY to the app root redux state along with configurable product state.
