Skip to content

Commit f84f30d

Browse files
committed
docs: update links to other frameworks
1 parent 3099701 commit f84f30d

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

docs/content/components/calendar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ group: components
66
toc: true
77
bootstrap: true
88
pro_component: true
9+
other_frameworks: calendar
910
---
1011

1112
## Example

docs/content/forms/range-slider.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: Enhance your forms with our customizable Bootstrap 5 Range Slider c
55
group: forms
66
toc: true
77
bootstrap: true
8+
pro_component: true
9+
other_frameworks: range-slider
810
---
911

1012
## Overview

docs/data/other_frameworks.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
"react": "https://coreui.io/react/docs/components/callout/",
4848
"vue": "https://coreui.io/vue/docs/components/callout.html"
4949
},
50+
"calendar": {
51+
"angular": "https://coreui.io/angular/docs/components/calendar/",
52+
"bootstrap": "https://coreui.io/bootstrap/docs/components/calendar/",
53+
"react": "https://coreui.io/react/docs/components/calendar/",
54+
"vue": "https://coreui.io/vue/docs/components/calendar.html"
55+
},
5056
"card": {
5157
"angular": "https://coreui.io/angular/docs/components/card/",
5258
"bootstrap": "https://coreui.io/bootstrap/docs/components/card/",
@@ -214,6 +220,11 @@
214220
"react": "https://coreui.io/react/docs/forms/range/",
215221
"vue": "https://coreui.io/vue/docs/forms/range.html"
216222
},
223+
"range-slider": {
224+
"bootstrap": "https://coreui.io/bootstrap/docs/forms/range-slider/",
225+
"react": "https://coreui.io/react/docs/forms/range-slider/",
226+
"vue": "https://coreui.io/vue/docs/forms/range-slider.html"
227+
},
217228
"rating": {
218229
"angular": "https://coreui.io/angular/docs/forms/rating/",
219230
"bootstrap": "https://coreui.io/bootstrap/docs/forms/rating/",
@@ -232,6 +243,16 @@
232243
"react": "https://coreui.io/react/docs/components/sidebar/",
233244
"vue": "https://coreui.io/vue/docs/components/sidebar.html"
234245
},
246+
"smart-pagination": {
247+
"angular": "https://coreui.io/angular/docs/components/smart-pagination/",
248+
"react": "https://coreui.io/react/docs/components/smart-pagination/",
249+
"vue": "https://coreui.io/vue/docs/components/smart-pagination.html"
250+
},
251+
"smart-table": {
252+
"angular": "https://coreui.io/angular/docs/components/smart-table/",
253+
"react": "https://coreui.io/react/docs/components/smart-table/",
254+
"vue": "https://coreui.io/vue/docs/components/smart-table.html"
255+
},
235256
"spinner": {
236257
"angular": "https://coreui.io/angular/docs/components/spinner/",
237258
"bootstrap": "https://coreui.io/bootstrap/docs/components/spinners/",
@@ -250,6 +271,11 @@
250271
"react": "https://coreui.io/react/docs/components/table/",
251272
"vue": "https://coreui.io/vue/docs/components/table.html"
252273
},
274+
"tabs": {
275+
"angular": "https://coreui.io/angular/docs/components/tabs/",
276+
"react": "https://coreui.io/react/docs/components/tabs/",
277+
"vue": "https://coreui.io/vue/docs/components/tabs.html"
278+
},
253279
"textarea": {
254280
"angular": "https://coreui.io/angular/docs/forms/form-control/",
255281
"bootstrap": "https://coreui.io/bootstrap/docs/forms/form-control/",

0 commit comments

Comments
 (0)