import { InfoBar } from "@wfp/react"
<InfoBar>This is important information.</InfoBar>;
In this example, the InfoBar displays a message "This is important information." with an optional custom CSS class custom-class, an id info-bar-id, and sets the page width for the inner Wrapper component to lg (large).
<InfoBar id="info-bar-id" className="custom-class" pageWidth="lg" > This is important information. </InfoBar>;
<Wrapper /> to manage content width based on the screen size.