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
|**className**| A string of all className you want applied to the component. |`string`| - |
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 |
12
-
|**dismissible**| Optionally add a close button to alert and allow it to self dismiss. |`boolean`| - |
13
-
|**onClose**| Callback fired when the component requests to be closed. |`() => void`| - |
14
-
|**variant**| Set the alert variant to a solid. |`string`| - |
15
-
|**visible**| Toggle the visibility of component. |`boolean`| true |
|**as**| Component used for the root node. Either a string to use a HTML element or a component. |`(ElementType & 'symbol')`\|`(ElementType & 'object')`\|`(ElementType & 'h4')`\|`(ElementType & 'slot')`\|`(ElementType & 'style')`\|`... 174 more ...`\|`(ElementType & FunctionComponent<...>)`| - |
11
-
|**className**| A string of all className you want applied to the base component. |`string`| - |
|**className**| A string of all className you want applied to the component. |`string`| - |
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`| - |
12
-
|**shape**| Select the shape of the component. |`'rounded'`\|`'rounded-top'`\|`'rounded-end'`\|`'rounded-bottom'`\|`'rounded-start'`\|`'rounded-circle'`\|`'rounded-pill'`\|`'rounded-0'`\|`'rounded-1'`\|`'rounded-2'`\|`'rounded-3'`\|`string`| - |
13
-
|**size**| Size the component small, large, or extra large. |`string`| - |
14
-
|**src**| The src attribute for the img element. |`string`| - |
15
-
|**status**| Sets the color context of the status indicator to one of CoreUI’s themed colors. |`'primary'`\|`'secondary'`\|`'success'`\|`'danger'`\|`'warning'`\|`'info'`\|`'dark'`\|`'light'`\|`string`| - |
16
-
|**textColor**| Sets the text color of the component to one of CoreUI’s themed colors. |`'primary'`\|`'secondary'`\|`'success'`\|`'danger'`\|`'warning'`\|`'info'`\|`'dark'`\|`'light'`\|`'primary-emphasis'`\|`'secondary-emphasis'`\|`'success-emphasis'`\|`'danger-emphasis'`\|`'warning-emphasis'`\|`'info-emphasis'`\|`'light-emphasis'`\|`'body'`\|`'body-emphasis'`\|`'body-secondary'`\|`'body-tertiary'`\|`'black'`\|`'black-50'`\|`'white'`\|`'white-50'`\|`string`| - |
0 commit comments