Payload V2 custom view components #12851
Unanswered
EmanueleGuidotti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing with Payload a customized views inside the admin panel.
I found the way to use the default components for the page layout like
<Gutter />
and<DefaultTemplate>
but they creates a page without pagination.I know in Payload V3 we have the pagination component ready to use
import { Pagination } from '@payloadcms/ui/elements/Pagination'
but I wasn't able to find the same for V2. Do we have Pagination and/or Header and others components for styling in Payload V2? How to create a well stylized custom admin page with V2?Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions