Hello,
my website has a different topics on one page for the user to scroll through. The topics are structured in blocks. The header contains the main topics to jump directly to it on the page.
How can the user jump to a particular block on the page?
Thank you and best regards,
Joerg
Hello @Joerg.
Are you only using UI Builder for your application?
Regards, Nikita.
Yes, Nikita
Hello, @Joerg
Component Block have an Anchor property, you can write here your anchor
And add a Link component with property External Url: #anchorName
Here a little playground: link
Regards, Dima