Can I pass HTML markup as the content for a LWC slot when used in an Aura component?
Currently I have a LWC that has a <slot>
inside of it to allow content between the tags. To test said component, I wanted to spin up a scratch org and quickly create a component. Since we can’t create LWC inside the console, I created an Aura component instead.