# @daffodil/storefront `@daffodil/storefront` is an Angular component library that provides sophisticated, reusable UI components for ecommerce storefronts. Built on learnings from over a decade of ecommerce development, this library bridges the gap between basic design components and ecommerce-specific application implementations. The source for this package is in the [Daffodil repository](https://github.com/graycoreio/daffodil/tree/develop/libs/storefront). ## Installation To install `@daffodil/storefront`, use the following commands in your terminal. Install with npm: ```bash npm install @daffodil/storefront --save ``` Install with yarn: ```bash yarn add @daffodil/storefront ```