@# Entity Title
**EntityTitle** is a component that handles rendering a common UI pattern consisting of title, icon, subtitle and tag.
@## Import
```tsx
import { EntityTitle } from"@blueprintjs/core";
```
@reactExample EntityTitleExample@## Props interface@interface EntityTitleProps