Issue #648
In a similar fashion to plain old javascript, note that href
needs to have valid hash tag, like #features
<a
href='#features'
onClick={() => {
const options = {
behavior: 'smooth'
}
document.getElementById('features-section').scrollIntoView(options)
}}
>
Features
</a>
Updated at 2020-05-06 08:36:21