---
title: Entity Title
---

# Entity Title

**EntityTitle** is a component that handles rendering a common UI pattern consisting of title, icon, subtitle and tag.

## Import

```ts copy
import { EntityTitle } from "@blueprintjs/core";
```

@reactExample EntityTitleExample

## Props interface

@interface EntityTitleProps
