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
Copy file name to clipboardExpand all lines: packages/docs/content/api/CCarousel.api.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,6 @@ import CCarousel from '@coreui/react/src/components/carousel/CCarousel'
16
16
|**onSlid**| Callback fired when a slide transition end. |`(active: number, direction: string) => void`| - |
17
17
|**onSlide**| Callback fired when a slide transition starts. |`(active: number, direction: string) => void`| - |
18
18
|**pause**| If set to 'hover', pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. If set to false, hovering over the carousel won't pause it. |`boolean`\|`'hover'`| hover |
19
-
|**touch**<br/><divclass="badge bg-primary">4.5.0+</div>| Set whether the carousel should support left/right swipe interactions on touchscreen devices. |`boolean`| true |
19
+
|**touch****_4.5.0+_**| Set whether the carousel should support left/right swipe interactions on touchscreen devices. |`boolean`| true |
20
20
|**transition**| Set type of the transition. |`'slide'`\|`'crossfade'`| - |
21
21
|**wrap**| Set whether the carousel should cycle continuously or have hard stops. |`boolean`| true |
Copy file name to clipboardExpand all lines: packages/docs/content/api/CFormCheck.api.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ import CFormCheck from '@coreui/react/src/components/form/CFormCheck'
9
9
| --- | --- | --- | --- |
10
10
|**button**| Create button-like checkboxes and radio buttons. |`ButtonObject`| - |
11
11
|**className**| A string of all className you want applied to the component. |`string`| - |
12
-
|**feedback**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable feedback. |`ReactNode`| - |
13
-
|**feedbackInvalid**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable feedback. |`ReactNode`| - |
14
-
|**feedbackValid**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
15
-
|**floatingLabel**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
12
+
|**feedback****_4.2.0+_**| Provide valuable, actionable feedback. |`ReactNode`| - |
13
+
|**feedbackInvalid****_4.2.0+_**| Provide valuable, actionable feedback. |`ReactNode`| - |
14
+
|**feedbackValid****_4.2.0+_**| Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
15
+
|**floatingLabel****_4.2.0+_**| Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
16
16
|**hitArea**| Sets hit area to the full area of the component. |`'full'`| - |
17
17
|**id**| The id global attribute defines an identifier (ID) that must be unique in the whole document. |`string`| - |
Copy file name to clipboardExpand all lines: packages/docs/content/api/CFormControlValidation.api.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ import CFormControlValidation from '@coreui/react/src/components/form/CFormContr
7
7
8
8
| Property | Description | Type | Default |
9
9
| --- | --- | --- | --- |
10
-
|**feedback**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable feedback. |`ReactNode`| - |
11
-
|**feedbackInvalid**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable feedback. |`ReactNode`| - |
12
-
|**feedbackValid**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
13
-
|**floatingLabel**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
10
+
|**feedback****_4.2.0+_**| Provide valuable, actionable feedback. |`ReactNode`| - |
11
+
|**feedbackInvalid****_4.2.0+_**| Provide valuable, actionable feedback. |`ReactNode`| - |
12
+
|**feedbackValid****_4.2.0+_**| Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
13
+
|**floatingLabel****_4.2.0+_**| Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
14
14
|**invalid**| Set component validation state to invalid. |`boolean`| - |
15
-
|**tooltipFeedback**<br/><divclass="badge bg-primary">4.2.0+</div>| Display validation feedback in a styled tooltip. |`boolean`| - |
15
+
|**tooltipFeedback****_4.2.0+_**| Display validation feedback in a styled tooltip. |`boolean`| - |
16
16
|**valid**| Set component validation state to valid. |`boolean`| - |
Copy file name to clipboardExpand all lines: packages/docs/content/api/CFormControlWrapper.api.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ import CFormControlWrapper from '@coreui/react/src/components/form/CFormControlW
7
7
8
8
| Property | Description | Type | Default |
9
9
| --- | --- | --- | --- |
10
-
|**feedback**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable feedback. |`ReactNode`| - |
11
-
|**feedbackInvalid**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable feedback. |`ReactNode`| - |
12
-
|**feedbackValid**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
13
-
|**floatingClassName**<br/><divclass="badge bg-primary">4.5.0+</div>| A string of all className you want applied to the floating label wrapper. |`string`| - |
14
-
|**floatingLabel**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
10
+
|**feedback****_4.2.0+_**| Provide valuable, actionable feedback. |`ReactNode`| - |
11
+
|**feedbackInvalid****_4.2.0+_**| Provide valuable, actionable feedback. |`ReactNode`| - |
12
+
|**feedbackValid****_4.2.0+_**| Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
13
+
|**floatingClassName****_4.5.0+_**| A string of all className you want applied to the floating label wrapper. |`string`| - |
14
+
|**floatingLabel****_4.2.0+_**| Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
15
15
|**invalid**| Set component validation state to invalid. |`boolean`| - |
16
-
|**label**<br/><divclass="badge bg-primary">4.2.0+</div>| Add a caption for a component. |`ReactNode`| - |
17
-
|**text**<br/><divclass="badge bg-primary">4.2.0+</div>| Add helper text to the component. |`ReactNode`| - |
18
-
|**tooltipFeedback**<br/><divclass="badge bg-primary">4.2.0+</div>| Display validation feedback in a styled tooltip. |`boolean`| - |
16
+
|**label****_4.2.0+_**| Add a caption for a component. |`ReactNode`| - |
17
+
|**text****_4.2.0+_**| Add helper text to the component. |`ReactNode`| - |
18
+
|**tooltipFeedback****_4.2.0+_**| Display validation feedback in a styled tooltip. |`boolean`| - |
19
19
|**valid**| Set component validation state to valid. |`boolean`| - |
Copy file name to clipboardExpand all lines: packages/docs/content/api/CFormInput.api.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ import CFormInput from '@coreui/react/src/components/form/CFormInput'
10
10
|**className**| A string of all className you want applied to the component. |`string`| - |
11
11
|**delay**| Delay onChange event while typing. If set to true onChange event will be delayed 500ms, you can also provide the number of milliseconds you want to delay the onChange event. |`number`\|`boolean`| false |
12
12
|**disabled**| Toggle the disabled state for the component. |`boolean`| - |
13
-
|**feedback**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable feedback. |`ReactNode`| - |
14
-
|**feedbackInvalid**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable feedback. |`ReactNode`| - |
15
-
|**feedbackValid**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
16
-
|**floatingClassName**<br/><divclass="badge bg-primary">4.5.0+</div>| A string of all className you want applied to the floating label wrapper. |`string`| - |
17
-
|**floatingLabel**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
13
+
|**feedback****_4.2.0+_**| Provide valuable, actionable feedback. |`ReactNode`| - |
14
+
|**feedbackInvalid****_4.2.0+_**| Provide valuable, actionable feedback. |`ReactNode`| - |
15
+
|**feedbackValid****_4.2.0+_**| Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
16
+
|**floatingClassName****_4.5.0+_**| A string of all className you want applied to the floating label wrapper. |`string`| - |
17
+
|**floatingLabel****_4.2.0+_**| Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
18
18
|**invalid**| Set component validation state to invalid. |`boolean`| - |
19
-
|**label**<br/><divclass="badge bg-primary">4.2.0+</div>| Add a caption for a component. |`ReactNode`| - |
19
+
|**label****_4.2.0+_**| Add a caption for a component. |`ReactNode`| - |
20
20
|**onChange**| Method called immediately after the `value` prop changes. |`ChangeEventHandler<HTMLInputElement>`| - |
21
21
|**plainText**| Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`|`boolean`| - |
22
22
|**readOnly**| Toggle the readonly state for the component. |`boolean`| - |
23
23
|**size**| Size the component small or large. |`'sm'`\|`'lg'`| - |
24
-
|**text**<br/><divclass="badge bg-primary">4.2.0+</div>| Add helper text to the component. |`ReactNode`| - |
25
-
|**tooltipFeedback**<br/><divclass="badge bg-primary">4.2.0+</div>| Display validation feedback in a styled tooltip. |`boolean`| - |
24
+
|**text****_4.2.0+_**| Add helper text to the component. |`ReactNode`| - |
25
+
|**tooltipFeedback****_4.2.0+_**| Display validation feedback in a styled tooltip. |`boolean`| - |
26
26
|**type**| Specifies the type of component. |`string`| text |
27
27
|**valid**| Set component validation state to valid. |`boolean`| - |
28
28
|**value**| The `value` attribute of component. |`string`\|`number`\|`string[]`| - |
Copy file name to clipboardExpand all lines: packages/docs/content/api/CFormSelect.api.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,18 @@ import CFormSelect from '@coreui/react/src/components/form/CFormSelect'
8
8
| Property | Description | Type | Default |
9
9
| --- | --- | --- | --- |
10
10
|**className**| A string of all className you want applied to the component. |`string`| - |
11
-
|**feedback**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable feedback. |`ReactNode`| - |
12
-
|**feedbackInvalid**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable feedback. |`ReactNode`| - |
13
-
|**feedbackValid**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
14
-
|**floatingClassName**<br/><divclass="badge bg-primary">4.5.0+</div>| A string of all className you want applied to the floating label wrapper. |`string`| - |
15
-
|**floatingLabel**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
11
+
|**feedback****_4.2.0+_**| Provide valuable, actionable feedback. |`ReactNode`| - |
12
+
|**feedbackInvalid****_4.2.0+_**| Provide valuable, actionable feedback. |`ReactNode`| - |
13
+
|**feedbackValid****_4.2.0+_**| Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
14
+
|**floatingClassName****_4.5.0+_**| A string of all className you want applied to the floating label wrapper. |`string`| - |
15
+
|**floatingLabel****_4.2.0+_**| Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
16
16
|**htmlSize**| Specifies the number of visible options in a drop-down list. |`number`| - |
17
17
|**invalid**| Set component validation state to invalid. |`boolean`| - |
18
-
|**label**<br/><divclass="badge bg-primary">4.2.0+</div>| Add a caption for a component. |`ReactNode`| - |
18
+
|**label****_4.2.0+_**| Add a caption for a component. |`ReactNode`| - |
19
19
|**onChange**| Method called immediately after the `value` prop changes. |`ChangeEventHandler<HTMLSelectElement>`| - |
20
20
|**options**| Options list of the select component. Available keys: `label`, `value`, `disabled`.<br/>Examples:<br/>- `options={[{ value: 'js', label: 'JavaScript' }, { value: 'html', label: 'HTML', disabled: true }]}`<br/>- `options={['js', 'html']}`|`Option[]`\|`string[]`| - |
21
21
|**size**| Size the component small or large. |`'sm'`\|`'lg'`| - |
22
-
|**text**<br/><divclass="badge bg-primary">4.2.0+</div>| Add helper text to the component. |`ReactNode`| - |
23
-
|**tooltipFeedback**<br/><divclass="badge bg-primary">4.2.0+</div>| Display validation feedback in a styled tooltip. |`boolean`| - |
22
+
|**text****_4.2.0+_**| Add helper text to the component. |`ReactNode`| - |
23
+
|**tooltipFeedback****_4.2.0+_**| Display validation feedback in a styled tooltip. |`boolean`| - |
24
24
|**valid**| Set component validation state to valid. |`boolean`| - |
25
25
|**value**| The `value` attribute of component. |`string`\|`number`\|`string[]`| - |
Copy file name to clipboardExpand all lines: packages/docs/content/api/CFormTextarea.api.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,17 @@ import CFormTextarea from '@coreui/react/src/components/form/CFormTextarea'
9
9
| --- | --- | --- | --- |
10
10
|**className**| A string of all className you want applied to the component. |`string`| - |
11
11
|**disabled**| Toggle the disabled state for the component. |`boolean`| - |
12
-
|**feedback**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable feedback. |`ReactNode`| - |
13
-
|**feedbackInvalid**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable feedback. |`ReactNode`| - |
14
-
|**feedbackValid**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
15
-
|**floatingClassName**<br/><divclass="badge bg-primary">4.5.0+</div>| A string of all className you want applied to the floating label wrapper. |`string`| - |
16
-
|**floatingLabel**<br/><divclass="badge bg-primary">4.2.0+</div>| Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
12
+
|**feedback****_4.2.0+_**| Provide valuable, actionable feedback. |`ReactNode`| - |
13
+
|**feedbackInvalid****_4.2.0+_**| Provide valuable, actionable feedback. |`ReactNode`| - |
14
+
|**feedbackValid****_4.2.0+_**| Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
15
+
|**floatingClassName****_4.5.0+_**| A string of all className you want applied to the floating label wrapper. |`string`| - |
16
+
|**floatingLabel****_4.2.0+_**| Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. |`ReactNode`| - |
17
17
|**invalid**| Set component validation state to invalid. |`boolean`| - |
18
-
|**label**<br/><divclass="badge bg-primary">4.2.0+</div>| Add a caption for a component. |`ReactNode`| - |
18
+
|**label****_4.2.0+_**| Add a caption for a component. |`ReactNode`| - |
19
19
|**onChange**| Method called immediately after the `value` prop changes. |`ChangeEventHandler<HTMLTextAreaElement>`| - |
20
20
|**plainText**| Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`. |`boolean`| - |
21
21
|**readOnly**| Toggle the readonly state for the component. |`boolean`| - |
22
-
|**text**<br/><divclass="badge bg-primary">4.2.0+</div>| Add helper text to the component. |`ReactNode`| - |
23
-
|**tooltipFeedback**<br/><divclass="badge bg-primary">4.2.0+</div>| Display validation feedback in a styled tooltip. |`boolean`| - |
22
+
|**text****_4.2.0+_**| Add helper text to the component. |`ReactNode`| - |
23
+
|**tooltipFeedback****_4.2.0+_**| Display validation feedback in a styled tooltip. |`boolean`| - |
24
24
|**valid**| Set component validation state to valid. |`boolean`| - |
25
25
|**value**| The `value` attribute of component. |`string`\|`number`\|`string[]`| - |
0 commit comments