Add a paginator component
Review Request #15199 — Created July 27, 2026 and submitted — Latest diff uploaded
This change adds a new component for a paginator. This has several
options for how it can be laid out.This can be used either as a fully JS-driven interactive component
(primarily using<button>), or as a pure-HTML component with<a>
tags.
- Verified component appearance and behavior in storybook.
- Used from within a Review Board change.