Can I have the destination of a link container as a slot?

Can’t I have the destination of a Link Container as a slot?

Sorry, I’m having some trouble understanding this one, do you have an example?

I want to define slots for the dynamic content in my pages. A link does not accept a slot as its destination.

image.png

image.png

Slots are more like children props, the href/destination on a link is a string prop rather than a children prop.

You can right click the destination input and Link it as a prop on the component, it will then be exposed as a normal string prop. Does that work for you?

oh yeah! that’s what I wanted, but for whatever reason it didn’t work for me before. Sorry for bothering!