@@ -50,6 +50,16 @@ export default [
5050 name : 'Cards' ,
5151 to : '/base/cards' ,
5252 } ,
53+ {
54+ component : 'CNavItem' ,
55+ name : 'Calendar' ,
56+ href : 'https://coreui.io/vue/docs/components/calendar.html' ,
57+ external : true ,
58+ badge : {
59+ color : 'danger' ,
60+ text : 'PRO' ,
61+ } ,
62+ } ,
5363 {
5464 component : 'CNavItem' ,
5565 name : 'Carousels' ,
@@ -90,6 +100,25 @@ export default [
90100 name : 'Progress' ,
91101 to : '/base/progress' ,
92102 } ,
103+ {
104+ component : 'CNavItem' ,
105+ name : 'Smart Pagination' ,
106+ href : 'https://coreui.io/vue/docs/components/smart-pagination.html' ,
107+ badge : {
108+ color : 'danger' ,
109+ text : 'PRO' ,
110+ } ,
111+ } ,
112+ {
113+ component : 'CNavItem' ,
114+ name : 'Smart Table' ,
115+ external : true ,
116+ href : 'https://coreui.io/vue/docs/components/smart-table.html' ,
117+ badge : {
118+ color : 'danger' ,
119+ text : 'PRO' ,
120+ } ,
121+ } ,
93122 {
94123 component : 'CNavItem' ,
95124 name : 'Spinners' ,
@@ -110,6 +139,16 @@ export default [
110139 name : 'Tooltips' ,
111140 to : '/base/tooltips' ,
112141 } ,
142+ {
143+ component : 'CNavItem' ,
144+ name : 'Virtual Scroller' ,
145+ href : 'https://coreui.io/vue/docs/components/virtual-scroller.html' ,
146+ external : true ,
147+ badge : {
148+ color : 'danger' ,
149+ text : 'PRO' ,
150+ } ,
151+ }
113152 ] ,
114153 } ,
115154 {
@@ -128,6 +167,16 @@ export default [
128167 name : 'Button Groups' ,
129168 to : '/buttons/button-groups' ,
130169 } ,
170+ {
171+ component : 'CNavItem' ,
172+ name : 'Loading Button' ,
173+ href : 'https://coreui.io/vue/docs/components/loading-button.html' ,
174+ external : true ,
175+ badge : {
176+ color : 'danger' ,
177+ text : 'PRO' ,
178+ } ,
179+ } ,
131180 {
132181 component : 'CNavItem' ,
133182 name : 'Dropdowns' ,
@@ -161,6 +210,16 @@ export default [
161210 name : 'Range' ,
162211 to : '/forms/range' ,
163212 } ,
213+ {
214+ component : 'CNavItem' ,
215+ name : 'Range Slider' ,
216+ href : 'https://coreui.io/vue/docs/forms/range-slider.html' ,
217+ external : true ,
218+ badge : {
219+ color : 'danger' ,
220+ text : 'PRO' ,
221+ } ,
222+ } ,
164223 {
165224 component : 'CNavItem' ,
166225 name : 'Input Group' ,
@@ -171,6 +230,45 @@ export default [
171230 name : 'Floating Labels' ,
172231 to : '/forms/floating-labels' ,
173232 } ,
233+ {
234+ component : 'CNavItem' ,
235+ name : 'Date Picker' ,
236+ href : 'https://coreui.io/vue/docs/forms/date-picker.html' ,
237+ external : true ,
238+ badge : {
239+ color : 'danger' ,
240+ text : 'PRO' ,
241+ } ,
242+ } ,
243+ {
244+ component : 'CNavItem' ,
245+ name : 'Date Range Picker' ,
246+ href : 'https://coreui.io/vue/docs/forms/date-range-picker.html' ,
247+ badge : {
248+ color : 'danger' ,
249+ text : 'PRO' ,
250+ } ,
251+ } ,
252+ {
253+ component : 'CNavItem' ,
254+ name : 'Rating' ,
255+ href : 'https://coreui.io/vue/docs/forms/rating.html' ,
256+ external : true ,
257+ badge : {
258+ color : 'danger' ,
259+ text : 'PRO' ,
260+ } ,
261+ } ,
262+ {
263+ component : 'CNavItem' ,
264+ name : 'Time Picker' ,
265+ href : 'https://coreui.io/vue/docs/forms/time-picker.html' ,
266+ external : true ,
267+ badge : {
268+ color : 'danger' ,
269+ text : 'PRO' ,
270+ } ,
271+ } ,
174272 {
175273 component : 'CNavItem' ,
176274 name : 'Layout' ,
0 commit comments