A banner component that displays a message with contextual styling and optional heading and link. The appropriate icon is automatically selected based on the variant.
Variants:
<Banner variant="success" heading="Success"> <BannerText>Operation completed successfully.</BannerText></Banner> Copy
<Banner variant="success" heading="Success"> <BannerText>Operation completed successfully.</BannerText></Banner>
// With link<Banner variant="warning" heading="Attention" link={{ text: 'Learn more', href: '/docs', hasIcon: true }}> <BannerText>This action requires your attention.</BannerText></Banner> Copy
// With link<Banner variant="warning" heading="Attention" link={{ text: 'Learn more', href: '/docs', hasIcon: true }}> <BannerText>This action requires your attention.</BannerText></Banner>
Description
A banner component that displays a message with contextual styling and optional heading and link. The appropriate icon is automatically selected based on the variant.
Variants:
Component
Example
Example