Standard panels

Normal panel

Interfaces:
id: id of component
class: class of component
<Panel>This is a normal panel</Panel>
This is a normal panel

Gradient panel

Interfaces:
id: id of component
class: class of component
<PanelStandOut>This is a panel with the accent- and primary color</PanelStandOut>
This is a panel with the accent- and primary color

Image panel

Interfaces:
id: id of component
class: class of component
href: the css path to the background image
<PanelImage href="url('/public/demo.jpg')">This is a panel with a background image</PanelImage>
This is a panel with a background image