--- title: Scroll Progress description: A scroll progress component that displays the progress of the scroll. author: name: imskyleen url: https://github.com/imskyleen --- ## Installation ## Usage ### Global Scroll Progress ```tsx ``` ### Local Scroll Progress ```tsx ... ``` ## Props ', required: false, }, className: { description: 'The class name for the scroll progress', type: 'string', required: false, }, children: { description: 'The children for the scroll progress (if not provided, the progress will be global)', type: 'React.ReactNode', required: false, }, }} />