# InfoDrawerComponent Displays a sidebar-style information panel with tabs. ![Info drawer screenshot](docassets/images/activities-infodrawer.png) - [Basic usage](#basic-usage) * [Properties](#properties) - [Details](#details) - [See also](#see-also) ## Basic usage ```html
clear
``` ### Properties | Name | Type | Default | Description | | --- | --- | --- | --- | | title | string | null | The title of the info drawer | | currentTab | any | null | The currently active tab | ## Details This is a variant of the [Info Drawer Layout component](info-drawer-layout.component.md) that displays information in tabs. You can use the `adf-info-drawer-tab` subcomponent to add tabs (as shown in the example) and the `currentTab` output property to select the currently active tab. You can also customize the three regions (title, buttons and content) as with the Info Drawer Layout component. ## See also - [Info drawer layout component](info-drawer-layout.component.md)