feat(Tabs): add badge on items (#4553)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
J-Michalek
2025-07-21 16:55:27 +02:00
committed by GitHub
parent f33660035f
commit 62ab01655c
7 changed files with 348 additions and 55 deletions

View File

@@ -22,7 +22,8 @@ describe('Tabs', () => {
label: 'Tab3',
icon: 'i-lucide-bell',
content: 'Finally, this is the content for Tab3',
slot: 'custom'
slot: 'custom',
badge: 'badge'
}]
const props = { items }