From ad26e54b1f89b3dc934ef410247676fbca8bf3dd Mon Sep 17 00:00:00 2001 From: Pavel Klibani Date: Sat, 16 Sep 2023 19:53:42 +0200 Subject: [PATCH] Docs(web): Add Pagination demo DS-903 - Pagination demo in web is now same as demo in web-react and web-twig --- .../src/scss/components/Pagination/index.html | 432 ++++++++++-------- 1 file changed, 237 insertions(+), 195 deletions(-) diff --git a/packages/web/src/scss/components/Pagination/index.html b/packages/web/src/scss/components/Pagination/index.html index 4c5449479c..c6da976c95 100644 --- a/packages/web/src/scss/components/Pagination/index.html +++ b/packages/web/src/scss/components/Pagination/index.html @@ -1,199 +1,241 @@ {{#> layout/plain }} - - - - - - - +
+ +

Pagination Current First

+ + + +
+ + + +
+ +

Pagination Current Middle

+ + + +
+ +
+ +

Pagination Current Last

+ + + +
+ +
+ +

Pagination Current First Centered

+ + + +
{{/layout/plain }}