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/svelte, @vtmn/vue, @vtmn/react): possibility to add a `VtmnBadge` on the `VtmnNavbarLink` #1413

Closed Tlahey closed 1 year ago

Tlahey commented 1 year ago

In order to match our needs on the VtmnNavbar, we want to have a VtmnBadge on the VtmnNavbarLink basket button. image

Today it is not possible image

The VtmnNavbarLink should have a slot like that :

          <VtmnNavbarLink
            href="#"
            icon="shopping-cart-line"
            label="Cart"
            showLabel={false}
          >
            <VtmnBadge value="2" />
          </VtmnNavbarLink>
lauthieb commented 1 year ago

I'll take it as a community contribution :)