Link to jump to a specific part of another component

Hi!
I work on a Stenciljs project and I want to create a link to jump to a specific part of another component.

As if I had created a link to a named anchor by using the name attribute in HTML (with an id and href="#id")

Have you an example ? I try to use ref using JSX with scrollTop method but I didn’t succeed …

Thx :slight_smile: