fisshy / react-scroll

React scroll component
https://github.com/fisshy/react-scroll/blob/master/README.md
MIT License
4.35k stars 436 forks source link

element vs div id #556

Open AdrianEasyOze opened 1 year ago

AdrianEasyOze commented 1 year ago

Hi, I started using this library and I don't understand why there is an Element component when you can just add an id to a div ? Maybe I missed something

fisshy commented 1 year ago

Hi,

Using element is not necessary, But elements are predefined and not lookup dynamically as using a div.