--- title: Smooth Scroll description: Allows internal links smooth scrolling. js: js/foundation.smoothScroll.js tags: - navigation ---
## Setup To enable SmoothScroll on internal links, just add the attribute `data-smooth-scroll` to the parent container like our [Menu](menu.html). Please note that each section needs a unique ID.
edit on codepen button
```html
First Section
Second Section
Third Section
``` You can also setup SmoothScroll directly via individual link.
edit on codepen button
```html Exclusive Section
The Exclusive Section
```