This repository was archived by the owner on Oct 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Copy link
Copy link
Closed
Description
<!-- TODO: PageHandler Style: `Prev 1 2 ... 9 10 Next` -->{
front/src/components/PageHandler.astro 파일에서
100_java_mistakes/front/src/components/PageHandler.astro
Lines 23 to 45 in 784161e
| { | |
| 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> | |
| ) | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels