# Info drawer layout component Displays a sidebar-style information panel. ![Info drawer layout screenshot](docassets/images/infodrawerlayout.png) - [Basic usage](#basic-usage) - [Details](#details) - [See also](#see-also) ## Basic usage ```html
File info
clear
Lorem ipsum dolor sit amet...
``` ## Details As the name suggests, this is basically just a layout with CSS styling. There are three regions where you can add your own content, as shown in the example: - info-drawer-title - info-drawer-buttons - info-drawer-content ## See also - [Info drawer component](info-drawer.component.md)