product-item
The product item component is suitable for the list of products and should be used as a part of the list components or the list jig.

Some properties are common to all components, see Common component properties for a list and their configuration options.
The core structure includes: title
Other options:
image - The option to add an image of your product
price, discount - This allows you to display the price including the currency. The discount should set in the range 0 - 1 (1 = 100%)
tag - The option to add a tag to your item
amountControl - This property has several setup options:
- initialValue
- minimum and maximum
- step
- value
- action onChange
- action onDelete
Actions:
onPress - The possibility to add any of the actions (please refer to the list of our Actions). This action(s) will be triggered as a reaction to the press event.