---
# Sidenav top-level section
# should be the same for all markdown files
section: extensions
# Sidenav secondary level section
# should be the same for all markdown files
id: My extension
# Tab (react | react-demos | html | html-demos | design-guidelines | accessibility)
source: react
# If you use typescript, the name of the interface to display props for
# These are found through the sourceProps function provdided in patternfly-docs.source.js
propComponents: ['Button']
---

import { Button } from "@patternfly/react-core";

## Basic usage

### Example
```js file="./Basic.jsx"
```

### Fullscreen example
```js file="./Basic.jsx" isFullscreen
```
