@blueprintjs/core
Version:
Core styles & components
20 lines (12 loc) • 323 B
text/mdx
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