Web Component Usage
Bolt Banner is a web component, you can simply use <bolt-banner> in the markup to make it render.
<bolt-banner>
This is a banner
</bolt-banner>
Prop Usage
Configure the banner with the properties specified in the schema.
<bolt-banner status="success" align="start">
You passed this challenge on <strong>May 21, 2020</strong>. <a href="https://pega.com" class="e-bolt-text-link">View Details</a>
</bolt-banner>