Skip to main content
TypeScript

Props

string
required
The text of the banner.Only text is allowed.
'neutral' | 'warning' | 'error'
required
The variant of the banner.
Array<{ label: string, variant: 'primary' | 'secondary', onTrigger: () => Promise<void> | void }>
Optional actions to include.