feat(leng): add leng.

This commit is contained in:
elforjani3
2021-06-06 19:14:23 +02:00
parent 7773ba3cb3
commit 366404e1d6
25 changed files with 217 additions and 133 deletions

View File

@@ -115,7 +115,7 @@ function Pagination({
const page = state.currentPage - 1;
const { size: pageSize } = state;
onPageChange({ page, pageSize });
}}
minimal={true}
@@ -187,7 +187,7 @@ function Pagination({
</div>
<div class="pagination__pagesize-control">
Page size
<T id={'page_size'} />
<HTMLSelect
minimal={true}
options={pageSizesOptions}