You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{html}from'lit-html';import'demo-wc-card/demo-wc-card.js';exportconstheader=()=>{returnhtml`<demo-wc-cardbackside.header=${'my other header'}></demo-wc-card> `;};
The text was updated successfully, but these errors were encountered:
You probably meant to use the attribute back-side.
Here is it working
import{html}from'lit-html';import'demo-wc-card/demo-wc-card.js';exportconstheader=()=>{returnhtml`<demo-wc-cardback-side.header=${'my other header'}></demo-wc-card> `;};
The property backside is not doing anything.
See the demo below
The text was updated successfully, but these errors were encountered: