mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 09:20:36 +01:00
feat(Tabs): add badge on items (#4553)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user