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
|**button**| Create button-like checkboxes and radio buttons.<br/>`@see`http://coreui.io/vue/docs/components/button.html| object | - | - |
14
-
|**false-value** <br><divclass="badge bg-primary">4.9.0+</div>| Use in conjunction with the v-model directive to specify the value that should be assigned to the bound variable when the checkbox is in the `false` state. | string | - | - |
14
+
|**false-value** <br><divclass="badge bg-primary">4.10.0+</div> | Use in conjunction with the v-model directive to specify the value that should be assigned to the bound variable when the checkbox is in the `false` state. | string | - | - |
|**feedback-valid** <br><divclass="badge bg-primary">4.3.0+</div> | Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. | string | - | - |
@@ -24,7 +24,7 @@ import CFormCheck from '@coreui/vue/src/components/form/CFormCheck'
24
24
|**model-value**| The default name for a value passed using v-model. | array\|boolean\|string | - | - |
25
25
|**reverse** <br><divclass="badge bg-primary">4.8.0+</div> | Put checkboxes or radios on the opposite side. | boolean | - | - |
26
26
|**tooltip-feedback** <br><divclass="badge bg-primary">4.3.0+</div> | Display validation feedback in a styled tooltip. | boolean | - | - |
27
-
|**true-value** <br><divclass="badge bg-primary">4.9.0+</div>| Use in conjunction with the v-model directive to specify the value that should be assigned to the bound variable when the checkbox is in the `true` state. | string | - | - |
27
+
|**true-value** <br><divclass="badge bg-primary">4.10.0+</div> | Use in conjunction with the v-model directive to specify the value that should be assigned to the bound variable when the checkbox is in the `true` state. | string | - | - |
28
28
|**type**| Specifies the type of component. | string |`'checkbox'`, `'radio'`| 'checkbox' |
29
29
|**valid**| Set component validation state to valid. | boolean | - | - |
30
30
|**value**| The value attribute of component. | string | - | - |
|**alignment**| Align the modal in the center or top of the screen. | string |`'top'`, `'center'`| 'top' |
14
-
|**backdrop**| Apply a backdrop on body while offcanvas is open. | boolean\|string |`boolean \| 'static'`| true |
15
-
|**content-class-name**| A string of all className you want applied to the modal content component. | string | - | - |
16
-
|**fullscreen**| Set modal to covers the entire user viewport | boolean\|string |`boolean`, `'sm'`, `'md'`, `'lg'`, `'xl'`, `'xxl'`| - |
17
-
|**keyboard**| Closes the modal when escape key is pressed. | boolean | - | true |
18
-
|**scrollable**| Create a scrollable modal that allows scrolling the modal body. | boolean | - | - |
19
-
|**size**| Size the component small, large, or extra large. | string |`'sm'`, `'lg'`, `'xl'`| - |
20
-
|**transition**| Remove animation to create modal that simply appear rather than fade in to view. | boolean | - | true |
21
-
|**unmount-on-close**| By default the component is unmounted after close animation, if you want to keep the component mounted set this property to false. | boolean | - | true |
22
-
|**visible**| Toggle the visibility of alert component. | boolean | - | - |
11
+
| Prop name | Description | Type | Values | Default |
|**alignment**| Align the modal in the center or top of the screen. | string |`'top'`, `'center'`| 'top' |
14
+
|**backdrop**| Apply a backdrop on body while offcanvas is open. | boolean\|string |`boolean \| 'static'`| true |
15
+
|**content-class-name**| A string of all className you want applied to the modal content component. | string | - | - |
16
+
|**focus** <br><divclass="badge bg-primary">v5.0.0-alpha.1+</div> | Puts the focus on the modal when shown. | boolean | - | true |
17
+
|**fullscreen**| Set modal to covers the entire user viewport | boolean\|string |`boolean`, `'sm'`, `'md'`, `'lg'`, `'xl'`, `'xxl'`| - |
18
+
|**keyboard**| Closes the modal when escape key is pressed. | boolean | - | true |
19
+
|**scrollable**| Create a scrollable modal that allows scrolling the modal body. | boolean | - | - |
20
+
|**size**| Size the component small, large, or extra large. | string |`'sm'`, `'lg'`, `'xl'`| - |
21
+
|**transition**| Remove animation to create modal that simply appear rather than fade in to view. | boolean | - | true |
22
+
|**unmount-on-close**| By default the component is unmounted after close animation, if you want to keep the component mounted set this property to false. | boolean | - | true |
23
+
|**visible**| Toggle the visibility of alert component. | boolean | - | - |
|**height**| Sets the height of the component. If you set that value the inner `<CProgressBar>` will automatically resize accordingly. | number | - | - |
14
-
|**thin**| Makes progress bar thinner. | boolean | - | - |
15
-
|**white**| Change the default color to white. | boolean | - | - |
11
+
| Prop name | Description | Type | Values | Default |
|**animated**| Use to animate the stripes right to left via CSS3 animations. | boolean | - | - |
14
+
|**color**| Sets the color context of the component to one of CoreUI’s themed colors. | string |`'primary'`, `'secondary'`, `'success'`, `'danger'`, `'warning'`, `'info'`, `'dark'`, `'light'`| - |
15
+
|**height**| Sets the height of the component. If you set that value the inner `<CProgressBar>` will automatically resize accordingly. | number | - | - |
16
+
|**progress-bar-class-name** <br><divclass="badge bg-primary">5.0.0-alpha.1+</div> | A string of all className you want applied to the <CProgressBar/> component. | string | - | - |
17
+
|**thin**| Makes progress bar thinner. | boolean | - | - |
18
+
|**value**| The percent to progress the ProgressBar. | number | - | 0 |
19
+
|**variant**| Set the progress bar variant to optional striped. | string |`'striped'`| - |
20
+
|**white**| Change the default color to white. | boolean | - | - |
0 commit comments