## With item as props ```js const itemInfo = { isActive: false, title: '

My header plop

', body: '

My text body My text body My text body My text body My text body My text body

' } const itemInfoActive = { isActive: true, title: `

Myheaderwithaverylongtitlewithoutanyblankandthereisnooverflowissuethankstothe wordbreakbreakallitsamazing!

`, body: `

MytextbodyMytextbodyMytextbodyMytextbodyMytextbodyMytextbodyMytextbodyMytextbody MytextbodyMytextbodyMytextbody

` }
``` ## With slots ```js
My header
MytextbodyMytextbodyMytextbodyMytextbodyMytextbodyMytextbodyMytextbodyMytextbody
```