JSFiddle - React, Tailwind, and code Playground

by klarstil

HTML

{# Unified product list entry with all available parameters #}
{% include 'ProductBundle::product-list-item.html.twig' with 
    { 
        'showCheckbox': false,
        'showPicture': true,
        'showActions': false,
        'showApproveButton': false,
        'showDesc': true,
        'showMargin': false,
        'showPrice': false,
        'showDispatch': true,
        'showVendorProfile': false,
        'productEntry': shopProduct,
        'account': app.user
    } 
%}