Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow / index / AlertProps

Interface: AlertProps

Defined in: flow/src/components.ts:1149

Props for Alert: the colour/role variant, dismissible flag and optional title.

Indexable

[key: string]: unknown

Properties

variant?

optional variant?: "error" | "success" | "warning" | "info"

Defined in: flow/src/components.ts:1150


dismissible?

optional dismissible?: boolean

Defined in: flow/src/components.ts:1151


title?

optional title?: unknown

Defined in: flow/src/components.ts:1152


class?

optional class?: string

Defined in: flow/src/components.ts:1153


children?

optional children?: unknown

Defined in: flow/src/components.ts:1154