apal21 / nextjs-progressbar

A simple Next.js progressbar component using NProgress.
https://www.npmjs.com/package/nextjs-progressbar
MIT License
780 stars 61 forks source link

feat: added new props which add nonce to the style component #45

Closed 0xHexE closed 2 years ago

0xHexE commented 3 years ago

Added a new prop for passing nonce to the script tag.

apal21 commented 3 years ago

Thanks for this PR. Could you please update the README.md and index.d.ts?

imranbarbhuiya commented 2 years ago

@apal21 nonce is important? If then I can add it again by adding it to types also.

imranbarbhuiya commented 2 years ago

Added in #63