RemixData Attributes

Disable progress

Disable the progress bar on specific links

You can disable the progress bar on specific links by adding the data-disable-progress={true} attribute.

Warning

This will not work for Link in svg elements.

Usage

<Link to="/features" data-disable-progress={true}>
  Features
</Link>

On this page