Comment on page
Link
url (string)
- The URL that the hyperlink points to.
open-in-context (boolean)
false
: usually opens the link in a new tab, but users can configure browsers to open a new window instead
<la-dn-link url="/collections/collection-1">
new products
</la-dn-link>
<la-dn-link url="/collections/collection-1" open-in-context="false">
terms & conditions
</la-dn-link>
Last modified 2mo ago