mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 02:10:40 +01:00
docs: add badge in VerticalNavigation example
This commit is contained in:
@@ -3,7 +3,8 @@ const links = [{
|
|||||||
label: 'Profile',
|
label: 'Profile',
|
||||||
avatar: {
|
avatar: {
|
||||||
src: 'https://avatars.githubusercontent.com/u/739984?v=4'
|
src: 'https://avatars.githubusercontent.com/u/739984?v=4'
|
||||||
}
|
},
|
||||||
|
badge: 100
|
||||||
}, {
|
}, {
|
||||||
label: 'Installation',
|
label: 'Installation',
|
||||||
icon: 'i-heroicons-home',
|
icon: 'i-heroicons-home',
|
||||||
|
|||||||
@@ -16,7 +16,8 @@ const links = [{
|
|||||||
label: 'Profile',
|
label: 'Profile',
|
||||||
avatar: {
|
avatar: {
|
||||||
src: 'https://avatars.githubusercontent.com/u/739984?v=4'
|
src: 'https://avatars.githubusercontent.com/u/739984?v=4'
|
||||||
}
|
},
|
||||||
|
badge: 100
|
||||||
}, {
|
}, {
|
||||||
label: 'Installation',
|
label: 'Installation',
|
||||||
icon: 'i-heroicons-home',
|
icon: 'i-heroicons-home',
|
||||||
|
|||||||
Reference in New Issue
Block a user