import { Meta } from '@storybook/addon-docs';

<Meta title="Components/CopyText/CopyText" />

# CopyText

CopyText allows users to copy information by clicking on the text or a nearby CopyButton. These components should have labels that match the action. 
Do not override the colors used for this component for accessibility reasons, and ensure tooltip text is included.

### Required Components

This component requires the [Text](./?path=/docs/components-text--default) component. 

### Accessibility

#### Keyboard Navigation
 
These keys provide additional functionality to the component. 

| Keys | Functions |
| ---- | --------- |
| Space or Enter | Selects the button. |
| Tab | Focuses the button and follows the page tab sequence.|