### Implement a reusable pagination component that allows users to navigate through large datasets efficiently. Functionality: - Next/Previous Buttons: Provide buttons to navigate to the next and previous page of data. - Page Numbers: Display a list of page numbers for easy navigation. - Limit: Allow users to specify the number of items displayed per page. - Current Page Indicator: Clearly indicate the currently viewed page. - Accessibility: Ensure the component is accessible to users with disabilities.
Implement a reusable pagination component that allows users to navigate through large datasets efficiently.
Functionality: