ui-quick-view
v0.0.3
Published
A component that allows quick viewing of a product detail and the ability to add the product to the cart.
Downloads
3
Readme
ui-quick-view
A component that allows quick viewing of a product detail and the ability to add the product to the cart.
The ui-quick-view repo holds code for the view.quick_view module. It is responsible for:
- allowing quick viewing of a product and its basic details
- quicking adding a product to the cart, without visiting it's product page.
Tooling
This repository makes use of swig for building, publishing, linting, etc. Swig must be initialized in this directory, as it is not part of the repository. To initialize and get started using swig, open a terminal and run the following commands:
npm install @gilt-tech/swig -g
swig init
To see a list of swig commands and usage info:
swig
Owner
The code ownership is shared; the point of a separate repo is so that people who are not front-end engineers can review code easily and see changes when they are made.