feat: add Pagination and PaginationNumber components with styles and integration into index page
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@use '../../styles/tokens/typography' as *;
|
||||
|
||||
.pagination {
|
||||
display: flex;
|
||||
gap: var(--nds-spacing-sm);
|
||||
}
|
||||
Reference in New Issue
Block a user