

Prop | Type | Accepted Values | Description | Default |
|---|---|---|---|---|
size | string | small | large | Change the size of the Banner component. | normal |
level | string | string | Change the level of the Banner component. | - |
transparent | boolean | boolean | Enable the transparent Banner. | false |
onCancel | () => void | - | Triggered when the close button is clicked. | - |
onAction | () => void | - | Triggered when the action button is clicked. | - |
cancelText | string | string | Change the text of the close button. | - |
actionText | string | string | Change the text of the action button. | - |
bannerBgColor | string | string | Change the background color of the Banner. | - |
bannerBorderColor | string | string | Change the border color of the Banner. | - |
bannerIconColor | string | string | Change the icon color of the Banner. | - |