Banner Status
Use this to change the color of the banner based on the priority of your message.
Important Notes:The default status value is information.Use the t-bolt- theme classes found in the Theming System. Note that you will have to set a status as well to avoid the blue line given by the information default.
Demo
Light Theme
This is a banner component.
This is a banner component.
This is a banner component.
This is a banner component.
Dark Theme
This is a banner component.
This is a banner component.
This is a banner component.
This is a banner component.
Twig
{% include '@bolt-components-banner/banner.twig' with {
content: 'This is a banner component.',
status: 'error'
} only %}