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`): add summary as slot for `VtmnAccordion` #1438

Closed Tlahey closed 1 year ago

Tlahey commented 1 year ago

In order to add a badge on the summary, we have to add the summary as a slot.

image

To avoid breaking changes, we have to keep the property summary and if the slot exist, this one is has priority over the summary property.