Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

PageHandler Style: Prev 1 2 ... 9 10 Next #7

@ooMia

Description

@ooMia
<!-- TODO: PageHandler Style: `Prev 1 2 ... 9 10 Next` -->{

front/src/components/PageHandler.astro 파일에서

{
showNavigation && (
<div class='page-navigation'>
<div class='button-container'>
{prevPageUrl ? (
<a href={prevPageUrl} class='nav-button prev-button'>
Prev
</a>
) : (
<button disabled class='nav-button prev-button disabled'>
Prev
</button>
)}
<span class='current-page'>Page {currentPage}</span>
<a href={nextPageUrl} class='nav-button next-button'>
Next
</a>
</div>
</div>
)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions