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

import Button from '../example/Button?dev-site-example';

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

<Badge />

# terra-docs Button

A simple button for documentation examples and tests. This button should be used instead of the system button or the terra button when building documentation examples. It is themed, small and has minimal dependencies.

## Getting Started

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

## Usage

```jsx
import { Button } 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

<Button title="Button Example"/>

## Props

<PropsTable />
