Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 640 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 640 Bytes

@daffodil/product-composite

@daffodil/product-composite simplifies the management of composite products and is intended for use in conjunction with @daffodil/product.

Installation

Installation

To install @daffodil/product-composite, use the following commands in the terminal.

Install with npm:

npm install @daffodil/product-composite --save

Install with yarn:

yarn add @daffodil/product-composite

Getting started

Import the DaffCompositeProductStateModule. This module will add the DAFF_COMPOSITE_PRODUCT_STORE_FEATURE_KEY to the app root redux state along with composite product state.