Closed
Description
User Story
As a user, I would like to be able to paginate through large data sets in the web UI using an intuitive pagination widget.
Details
We will need this component for the new Audit page
AC
- component looks like the mock provided here
- component is accessible via keyboard
- component is dark-themed
- component implementation is based on our pagination struct
- component is generic enough to be used in many places
- component has reasonable states for no pages returned
- component has reasonable state for 1 page returned
- component has reasonable state for n pages returned
- component is flexible and gives a lot of responsibility to the parent
Definition of Done
- Above AC is met
- New component is created and lives in our
/components
directory - component has tests and stories