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

@@ -25,7 +25,8 @@ const items = [{
label: 'Tab3',
icon: 'i-lucide-bell',
content: 'Finally, this is the content for Tab3',
slot: 'custom' as const
slot: 'custom' as const,
badge: '300'
}]
</script>