Closed Tlahey closed 1 year ago
In order to match our needs on the VtmnNavbar, we want to have a VtmnBadge on the VtmnNavbarLink basket button.
Today it is not possible
The VtmnNavbarLink should have a slot like that :
VtmnNavbarLink
<VtmnNavbarLink href="#" icon="shopping-cart-line" label="Cart" showLabel={false} > <VtmnBadge value="2" /> </VtmnNavbarLink>
I'll take it as a community contribution :)
In order to match our needs on the VtmnNavbar, we want to have a VtmnBadge on the VtmnNavbarLink basket button.
Today it is not possible
The
VtmnNavbarLink
should have a slot like that :