Skip to content

Commit 0ed5169

Browse files
committed
docs: update api documentation
1 parent 503a9de commit 0ed5169

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/docs/api/nav/CNavGroup.api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import CNavGroup from '@coreui/vue/src/components/nav/CNavGroup'
1010

1111
| Prop name | Description | Type | Values | Default |
1212
| ----------- | ------------------------------------------------------------- | ------- | ------ | ------- |
13-
| **active** | TODO: docs | boolean | - | |
1413
| **compact** | Make nav group more compact by cutting all `padding` in half. | boolean | - | |
1514
| **visible** | Show nav group items. | boolean | - | |
1615

packages/docs/api/toast/CToast.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import CToast from '@coreui/vue/src/components/toast/CToast'
1414
| **color** | Sets the color context of the component to one of CoreUI’s themed colors. | string | `'primary'`, `'secondary'`, `'success'`, `'danger'`, `'warning'`, `'info'`, `'dark'`, `'light'`, `string` | |
1515
| **delay** | Delay hiding the toast (ms). | number | - | 5000 |
1616
| **dismissible** | Optionally add a close button to component and allow it to self dismiss. | boolean | - | true |
17+
| **index** | index of the component. | number | - | - |
1718
| **title** | Title node for your component. | string | - | - |
1819
| **visible** | Toggle the visibility of component. | boolean | - | true |
1920

0 commit comments

Comments
 (0)