Components: Add Pagination
component
#55650
Labels
[Focus] Accessibility (a11y)
Changes that impact accessibility and need corresponding review (e.g. markup changes).
[Package] Components
/packages/components
[Type] Enhancement
A suggestion for improvement.
What problem does this address?
The current Gutenberg project uses pagination in several places.
These paginations are built uniquely in each location, but I imagine they could be implemented as a common component. In other words, it is a component similar to the_posts_pagination() function.
What is your proposed solution?
If we mimic the output of
the_posts_pagination()
, it will probably look something like this:Apart from this, we may also need a type that allows you to enter the page number in a text box:
I'm imagining the following usage, for example:
Screenshots
Below is the pagination that I was able to find. In addition to this, pagination may also be implemented for revisions, as seen in #53621.
Patterns Inserter
Pattern Page
Data View
The text was updated successfully, but these errors were encountered: