Banner
Small box attached to top of an element
import Banner from "@intility/bifrost-react/Banner";A banner will attach itself to the closest positioned (css position any value other than the default static) ancestor element.
Since it will occupy 30px of the top of the box, it can be a good idea to apply a padding-top: 30px to the container, and then a separate box with .bf-padding around your content.
A box with a banner attached
Guess what align='left' does? =)
A box with a banner attached
For a clickable banner, add an onClick - this will make the banner render as a <button>.