Decathlon / vitamin-web

Decathlon Design System UI components for web applications
https://decathlon.github.io/vitamin-web
Apache License 2.0
282 stars 76 forks source link

feat(@vtmn/css): add href property on `VtmnListItem` #1321

Closed Tlahey closed 1 year ago

Tlahey commented 1 year ago

Changes description

Add a link wrapper on the VtmnListItem in order to redirect the user to a page. Add new properties :

Context

We have to develop a list of suggestion link for the search on dkt website. Today the only way is to use the event and javascript to redirect the user. The solution is add a <a> around the content of the link item to enabled a redirection on a list item.

Checklist

Does this introduce a breaking change?

No

Other information

image image
Tlahey commented 1 year ago

PR in progress but it works on svelte storybook - part VtmnList. Let's discuss and make the rest if everything is good :)