You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return`Complete guide to CoreUI React ${name} API documentation. Learn how to use the CoreUI React ${name} component, its properties, methods, and events.`
return`Complete guide to CoreUI React ${name} usage with Bootstrap 5. Learn how to use the CoreUI React ${name} component with Bootstrap 5, including its properties, methods, and events.`
return`Complete guide to CoreUI React ${name} component styling. Learn how to customize the CoreUI React ${name} component styles, themes, and appearance.`
71
+
}
72
+
73
+
if(pathname.includes('/components/')){
74
+
return`Complete guide to CoreUI React ${name} components and implementation. Learn how to use the CoreUI React ${name} component in your React.js application.`
75
+
}
76
+
77
+
if(pathname.includes('/customize/')){
78
+
return`Complete guide to CoreUI React customization and theming. Learn how to customize CoreUI React components, styles, and themes to fit your project's needs.`
79
+
}
80
+
81
+
if(pathname.includes('/forms/')){
82
+
return`Complete guide to CoreUI React ${name} components and implementation.`
83
+
}
84
+
85
+
if(pathname.includes('/layouts/')){
86
+
return`Complete guide to CoreUI React ${name} implementation.`
87
+
}
88
+
89
+
if(pathname.includes('/templates/')){
90
+
return'Complete guide to CoreUI React Templates. Learn how to download, install, customize, and use CoreUI React templates.'
91
+
}
92
+
93
+
if(pathname.includes('/migration/')){
94
+
return'Complete guide to CoreUI React migration. Track and review changes to the CoreUI for React.js components to help you migrate to the latest version.'
95
+
}
96
+
97
+
return'Complete guide to CoreUI for React.js components and implementation.'
0 commit comments