chore: update components

This commit is contained in:
Benjamin Canac
2021-12-21 17:38:43 +01:00
parent 84ec25bd56
commit a407663ad9
7 changed files with 61 additions and 21 deletions

View File

@@ -141,6 +141,31 @@ const defaultProps = {
}]
]
},
VerticalNavigation: {
links: [
{
label: 'Home',
icon: 'heroicons-outline:home',
to: '/'
},
{
label: 'Examples',
icon: 'heroicons-outline:book-open',
to: '/examples'
},
{
label: 'Migration',
icon: 'heroicons-outline:refresh',
to: '/migration'
},
{
label: 'External link',
icon: 'heroicons-outline:external-link',
to: 'https://google.fr',
target: '_blank'
}
]
},
Icon: {
name: 'heroicons-outline:bell'
},