feat: add Pagination and PaginationNumber components with styles and integration into index page

This commit is contained in:
2026-06-18 13:51:31 +02:00
parent c80d9b5259
commit 5d65cecf52
6 changed files with 105 additions and 3 deletions
@@ -0,0 +1,6 @@
@use '../../styles/tokens/typography' as *;
.pagination {
display: flex;
gap: var(--nds-spacing-sm);
}