libs/product-composite/README.md
# @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:
```bash
npm install @daffodil/product-composite --save
```
Install with yarn:
```bash
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.