rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
25.99k stars 1.81k forks source link

Allow node as parent option #176

Closed camwiegert closed 6 years ago

camwiegert commented 7 years ago

This updates the parent option to accept a DOM node or a string selector.

NProgress.configure({
  parent: document.body
})