{
// Then, we'll animate the thumbnail to the cart. This will take ~700ms.
$animate(0.7);
}, 10);
// When the thumbnail is animating, we'll also start the process to hide the thumbnail again.
// This will take 700 ms as well, so we'll start this animation after ~500ms already, so that
// it is roughly ready when the thumbnail is in the cart again.
setTimeout(() => {
$el.style.opacity = '0';
$el.style.zIndex = '-10'; // unsetten zIndex is benodigd omdat anders onderdelen niet aanklikbaar zijn op de pagina
// After the complete process is finished and the thumbnail is invisible again, we'll reset
// the animation again.
$animateReset();
isAnimating = false;
}, 712);
" x-init="$animateReset()" x-animate="{
top: (document.querySelector('.cart-icon').getBoundingClientRect().top + 20) + 'px',
left: (document.querySelector('.cart-icon').getBoundingClientRect().left + 20) + 'px',
width: '20px',
height: '20px',
opacity: '1.0'
}" x-animate.reset="{
top: ($refs.reference.getBoundingClientRect().top - 200) + 'px',
left: ($refs.reference.getBoundingClientRect().left + 100) + 'px',
width: '200px',
height: '200px',
opacity: '0.0',
}">
Weet je waarom onze klanten Witloof bij ons kopen?
Wij kopen witloof zo lokaal mogelijk in. Dat is beter voor het milieu.
Onze witloof wordt geselecteerd op smaak zodat je altijd de lekkerste witloof in huis hebt!
Witlof bevat veel vitamines en is dus erg gezond.
Wat is Witloof?
Witlof is een heerlijke, fris bittere groente. Witlof is, net als roodlof, een variëteit van Cichorei. Ook Andijvie is een cichoreiachtige.
Hoe gezond is het?
Witlof is erg gezond. Het bevat weinig calorieën, geen vet en veel vitamines. Zo zijn de belangrijkste vitamines van witloof: vitamine B, C en kalium.
Hoe bewaar je het?
Witlof kan je het beste bewaren in de groentela van de koelkast. Dit kan ongeveer 3 tot 7 dagen. Houd er rekening mee dat na deze 3 tot 7 dagen de witloof niet meer knapperig is. Je kunt witloof ook invriezen. Blancheer gesneden witloof eerst 2 minuten voor het invriezen. Daarna is het lof 2 tot 3 maanden houdbaar in de vriezer. Weer opwarmen gaat prima in bijvoorbeeld een pan kokend water. Witlof houdt niet van licht. Onder invloed van licht verkleuren de blaadjes namelijk groen en krijgen ze een bittere smaak. Bewaar de witloof dus altijd in het donker.
Hoeveel heb je nodig?
Een portiegrootte is 250-300 gram per persoon. Dat zijn 3 tot 4 kleine of 2 tot 3 grote stronken. Reken bij rauwe witloof voor in bijvoorbeeld salade op 75 tot 100 gram.
Wist je dat?
Het duurt anderhalf jaar voor witloof van het veld in de supermarkt belandt. Onze witloof is binnen een week van het veld in je winkelmandje.
Bestel Witlof
De lekkerste groenten en fruit koop je bij Groentebroer.be. Kies uit het grootste assortiment van de specialist. Stel zelf je pakket samen met alles wat je lekker vindt in elk gewenste aantal of gewicht. Wij bezorgen supersnel door heel Nederland en een deel van België. Voor de meeste regio's en dagen geldt: vandaag voor 10:00 besteld = vandaag in huis.
Meer informatie over Witlof?
Wil je meer informatie over ons of onze producten?
Neem contact op met Groentebroer.be, wij staan je graag te woord.
{
// Then, we'll animate the thumbnail to the cart. This will take ~700ms.
$animate(0.7);
}, 10);
// When the thumbnail is animating, we'll also start the process to hide the thumbnail again.
// This will take 700 ms as well, so we'll start this animation after ~500ms already, so that
// it is roughly ready when the thumbnail is in the cart again.
setTimeout(() => {
$el.style.opacity = '0';
$el.style.zIndex = '-10'; // unsetten zIndex is benodigd omdat anders onderdelen niet aanklikbaar zijn op de pagina
// After the complete process is finished and the thumbnail is invisible again, we'll reset
// the animation again.
$animateReset();
isAnimating = false;
}, 712);
" x-init="$animateReset()" x-animate="{
top: (document.querySelector('.cart-icon').getBoundingClientRect().top + 20) + 'px',
left: (document.querySelector('.cart-icon').getBoundingClientRect().left + 20) + 'px',
width: '20px',
height: '20px',
opacity: '1.0'
}" x-animate.reset="{
top: ($refs.reference.getBoundingClientRect().top - 200) + 'px',
left: ($refs.reference.getBoundingClientRect().left + 100) + 'px',
width: '200px',
height: '200px',
opacity: '0.0',
}">