Hi all,
Currently I am create a side bar with allows users to navigate to specific parts of the page.
Basically the page should scroll to the header when clicked. E.g pressing test3 will navigate to header test3 contents.
I have tried dcc.Link(“test3”, href=“#test3”), but it is not working.
Any help will be appreciated.