@rg83 I think you can achieve a similar effect by passing a variable to the component and using that variable to conditionally render the desired HTML.
For example, in your blade template you can pass a variable to the component like this:
I've thought of this, but I guess my issue is that my Call to Action can be very different. In some cases its just a button with text. In another I might use an image as a button, which is why I wanted to have the slotting.