---
Title: Info drawer layout component
Added: v2.0.0
Status: Active
Last reviewed: 2018-06-08
---
# [Info drawer layout component](../../../lib/core/src/lib/info-drawer/info-drawer-layout.component.ts "Defined in info-drawer-layout.component.ts")
Displays a sidebar-style information panel.

## Basic usage
### [Transclusions](../../user-guide/transclusion.md)
There are three regions where you can add your own content using `
` elements
with the following names:
- info-drawer-title
- info-drawer-buttons
- info-drawer-content
```html
File info
clear
Lorem ipsum dolor sit amet...
```
## Class members
### Properties
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
| showHeader | `boolean` | true | The visibility of the header. |
## Details
As the name suggests, this is basically just a layout with CSS styling.
See the [Info drawer tab component](info-drawer-tab.component.md) for an alternative approach that uses tabs to structure the content of the info drawer.
## See also
- [Info drawer component](info-drawer.component.md)
- [Info drawer tab component](info-drawer-tab.component.md)