refactor: update links in the sidebar

This commit is contained in:
mrholek
2024-11-16 00:42:28 +01:00
parent 86f76592d9
commit f383307ce1
2 changed files with 140 additions and 1 deletions
+98
View File
@@ -50,6 +50,16 @@ export default [
name: 'Cards',
to: '/base/cards',
},
{
component: 'CNavItem',
name: 'Calendar',
href: 'https://coreui.io/vue/docs/components/calendar.html',
external: true,
badge: {
color: 'danger',
text: 'PRO',
},
},
{
component: 'CNavItem',
name: 'Carousels',
@@ -90,6 +100,25 @@ export default [
name: 'Progress',
to: '/base/progress',
},
{
component: 'CNavItem',
name: 'Smart Pagination',
href: 'https://coreui.io/vue/docs/components/smart-pagination.html',
badge: {
color: 'danger',
text: 'PRO',
},
},
{
component: 'CNavItem',
name: 'Smart Table',
external: true,
href: 'https://coreui.io/vue/docs/components/smart-table.html',
badge: {
color: 'danger',
text: 'PRO',
},
},
{
component: 'CNavItem',
name: 'Spinners',
@@ -110,6 +139,16 @@ export default [
name: 'Tooltips',
to: '/base/tooltips',
},
{
component: 'CNavItem',
name: 'Virtual Scroller',
href: 'https://coreui.io/vue/docs/components/virtual-scroller.html',
external: true,
badge: {
color: 'danger',
text: 'PRO',
},
}
],
},
{
@@ -128,6 +167,16 @@ export default [
name: 'Button Groups',
to: '/buttons/button-groups',
},
{
component: 'CNavItem',
name: 'Loading Button',
href: 'https://coreui.io/vue/docs/components/loading-button.html',
external: true,
badge: {
color: 'danger',
text: 'PRO',
},
},
{
component: 'CNavItem',
name: 'Dropdowns',
@@ -161,6 +210,16 @@ export default [
name: 'Range',
to: '/forms/range',
},
{
component: 'CNavItem',
name: 'Range Slider',
href: 'https://coreui.io/vue/docs/forms/range-slider.html',
external: true,
badge: {
color: 'danger',
text: 'PRO',
},
},
{
component: 'CNavItem',
name: 'Input Group',
@@ -171,6 +230,45 @@ export default [
name: 'Floating Labels',
to: '/forms/floating-labels',
},
{
component: 'CNavItem',
name: 'Date Picker',
href: 'https://coreui.io/vue/docs/forms/date-picker.html',
external: true,
badge: {
color: 'danger',
text: 'PRO',
},
},
{
component: 'CNavItem',
name: 'Date Range Picker',
href: 'https://coreui.io/vue/docs/forms/date-range-picker.html',
badge: {
color: 'danger',
text: 'PRO',
},
},
{
component: 'CNavItem',
name: 'Rating',
href: 'https://coreui.io/vue/docs/forms/rating.html',
external: true,
badge: {
color: 'danger',
text: 'PRO',
},
},
{
component: 'CNavItem',
name: 'Time Picker',
href: 'https://coreui.io/vue/docs/forms/time-picker.html',
external: true,
badge: {
color: 'danger',
text: 'PRO',
},
},
{
component: 'CNavItem',
name: 'Layout',