Package org.patternfly.component.backtotop


package org.patternfly.component.backtotop
Provides the PatternFly back to top component for scrolling navigation.

The back to top component is a shortcut that allows users to quickly navigate to the top of a lengthy content page. It typically appears as a floating button after the user has scrolled down the page.

Usage

Basic back to top button that is always visible:

BackToTop backToTop = backToTop().alwaysVisible();
See Also:
  • Classes
    Class
    Description
    The back to top component is a shortcut that allows users to quickly navigate to the top of a lengthy content page.