Skip to content

Commit 3e1d034

Browse files
committed
docs: update content
1 parent 0dd8b60 commit 3e1d034

File tree

4 files changed

+9
-35
lines changed

4 files changed

+9
-35
lines changed

docs/content/forms/date-picker.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ group: forms
66
toc: true
77
---
88

9-
## Installation
10-
11-
This component is part of the CoreUI LAB. If you want to use Date Picker component you have to install **next** version of the `@coreui/coreui-pro@next` package. The LAB is the place where we release components that are actively developed and will be included in future releases of `@coreui/coreui-pro`.
12-
13-
```sh
14-
npm install @coreui/coreui-pro@next
15-
```
16-
179
## Example
1810

1911
{{< example >}}

docs/content/forms/date-range-picker.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ group: forms
66
toc: true
77
---
88

9-
## Installation
10-
11-
This component is part of the CoreUI LAB. If you want to use Date Range Picker component you have to install **next** version of the `@coreui/coreui-pro@next` package. The LAB is the place where we release components that are actively developed and will be included in future releases of `@coreui/coreui-pro`.
12-
13-
```sh
14-
npm install @coreui/coreui-pro@next
15-
```
16-
179
## Example
1810

1911
{{< example >}}
@@ -36,16 +28,14 @@ npm install @coreui/coreui-pro@next
3628

3729
{{< example >}}
3830
<div class="row mb-4">
39-
<div class="col-lg-7">
31+
<div class="col-lg-5">
4032
<div
4133
data-coreui-footer="true"
4234
data-coreui-locale="en-US"
4335
data-coreui-toggle="date-range-picker">
4436
</div>
45-
</div>
46-
</div>
47-
<div class="row">
48-
<div class="col-lg-7">
37+
</div>2
38+
<div class="col-lg-5">
4939
<div
5040
data-coreui-start-date="2022/08/03"
5141
data-coreui-end-date="2022/09/17"

docs/content/forms/time-picker.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ group: forms
66
toc: true
77
---
88

9-
## Installation
10-
11-
This component is part of the CoreUI LAB. If you want to use Time Picker component you have to install **next** version of the `@coreui/coreui-pro@next` package. The LAB is the place where we release components that are actively developed and will be included in future releases of `@coreui/coreui-pro`.
12-
13-
```sh
14-
npm install @coreui/coreui-pro@next
15-
```
16-
179
## Example
1810

1911
{{< example >}}

docs/data/sidebar.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@
6868
disabled: true
6969
- title: Date Picker
7070
badge:
71-
color: success
72-
text: LAB
71+
color: danger
72+
text: PRO
7373
- title: Date Range Picker
7474
badge:
75-
color: success
76-
text: LAB
75+
color: danger
76+
text: PRO
7777
- title: Time Picker
7878
badge:
79-
color: success
80-
text: LAB
79+
color: danger
80+
text: PRO
8181
- title: Layout
8282
- title: Validation
8383

0 commit comments

Comments
 (0)