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
|**activeItemKey**| The active item key. | `string|number` |undefined|
10
+
|**activeItemKey**| The active item key. |`string`\|`number`|-|
4
11
|**alwaysOpen**| Make accordion items stay open when another item is opened |`boolean`| false |
5
12
|**className**| A string of all className you want applied to the base component. |`string`| - |
6
13
|**flush**| Removes the default background-color, some borders, and some rounded corners to render accordions edge-to-edge with their parent container. |`boolean`| - |
|**className**| A string of all className you want applied to the component. |`string`| - |
4
-
|**color**| Sets the color context of the component to one of CoreUI’s themed colors. | `{'primary'|'secondary'|'success'|'danger'|'warning'|'info'|'dark'|'light'|string }` | primary |
11
+
|**color**| Sets the color context of the component to one of CoreUI’s themed colors. |`'primary'`\|`'secondary'`\|`'success'`\|`'danger'`\|`'warning'`\|`'info'`\|`'dark'`\|`'light'`\|`string`| primary |
5
12
|**dismissible**| Optionally add a close button to alert and allow it to self dismiss. |`boolean`| - |
6
-
|**onDismiss**| Method called before the dissmiss animation has started. |`() => void`| - |
7
-
|**onDismissed**| Method called after the dissmiss animation has completed and the component is removed from the dom. |`() => void`| - |
13
+
|**onClose**| Callback fired when the component requests to be closed. |`() => void`| - |
8
14
|**variant**| Set the alert variant to a solid. |`string`| - |
9
15
|**visible**| Toggle the visibility of component. |`boolean`| true |
|**className**| A string of all className you want applied to the base component. |`string`| - |
4
-
|**component**| Component used for the root node. Either a string to use a HTML element or a component. | `string|ComponentClass<any,any>|FunctionComponent<any>` |'h4'|
11
+
|**component**| Component used for the root node. Either a string to use a HTML element or a component. |`string`\|`ComponentClass<any, any>`\|`FunctionComponent<any>`|-|
0 commit comments