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
const { type ="info", noIcon =false } =defineProps<{
9
+
const {
10
+
type ="info",
11
+
variant,
12
+
noIcon =false,
13
+
} =defineProps<{
9
14
/**
10
-
* Changes the style of the banner. Available types are `info`, `warning` and `emergency`.
15
+
* Changes the style of the banner. Available types are `content` and `header`. `content` is used in the content area. `header` is used directly below the header and has more padding.
16
+
*/
17
+
variant:bannerVariant;
18
+
19
+
/**
20
+
* Changes the style of the banner. Available types are `info`, `success`, `warning` and `emergency`.
0 commit comments