package.src.demos.BackToTop.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-core Show documentation
Show all versions of react-core Show documentation
This library provides a set of common React components for use with the PatternFly reference implementation.
The newest version!
---
id: Back to top
section: components
---
## Demos
### Using name selector
Note that `tabIndex={0}` is added to the scrolling `PageSection` of the page to allow keyboard users the ability to focus and scroll.
```js isFullscreen file="./examples/BackToTop/BackToTopNameDemo.tsx"
```