There was an error while loading. Please reload this page.
content
Alert
1 parent 8415d22 commit 2b83dabCopy full SHA for 2b83dab
1 file changed
framework/core/js/src/common/components/Alert.tsx
@@ -14,6 +14,8 @@ export interface AlertAttrs extends ComponentAttrs {
14
title?: Mithril.Children;
15
/** Icon used next to the title. Optional. */
16
icon?: string;
17
+ /** Content of the alert. */
18
+ content?: Mithril.Children;
19
/** An array of controls to show in the alert. */
20
controls?: Mithril.Children;
21
/** Whether or not the alert can be dismissed. */
0 commit comments