import { Badge } from '@cerner/terra-docs/package.json?dev-site-package';

import DefaultPlaceholder from '../example/Placeholder?dev-site-example';

import PropsTable from '@cerner/terra-docs/src/Placeholder?dev-site-props-table';

<Badge />

# terra-docs Placeholder

The placeholder is intended to be used within documentation examples in place of other child/content elements to clearly denote where the component ends and the placeholder content begins.

## Getting Started

- Install with [npmjs](https://www.npmjs.com):
  - `npm install @cerner/terra-docs`

## Usage

```jsx
import { Placeholder } from '@cerner/terra-docs';
```

## Component Features

* [Cross-Browser Support](https://engineering.cerner.com/terra-ui/about/terra-ui/component-standards#cross-browser-support)
* [LTR/RTL Support](https://engineering.cerner.com/terra-ui/about/terra-ui/component-standards#ltr--rtl)

## Example

<DefaultPlaceholder />

## Props

<PropsTable />
