mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
test(Tabs): consistent items with playground
This commit is contained in:
@@ -5,7 +5,9 @@ import ComponentRender from '../component-render'
|
||||
describe('Tabs', () => {
|
||||
const items = [{
|
||||
label: 'Tab1',
|
||||
icon: 'i-heroicons-home',
|
||||
avatar: {
|
||||
src: 'https://avatars.githubusercontent.com/u/739984?v=4'
|
||||
},
|
||||
content: 'This is the content shown for Tab1'
|
||||
}, {
|
||||
label: 'Tab2',
|
||||
|
||||
Reference in New Issue
Block a user