Pass HTML to a Child Component in LWC
You, in your Salesforce development experience, might have placed a child LWC Component inside a parent component and sent data dynamically. But have you ever come across a use case where passing dynamic HTML markups make sense. In this article we...