File tree Expand file tree Collapse file tree 2 files changed +6
-27
lines changed
apps/website/src/routes/docs Expand file tree Collapse file tree 2 files changed +6
-27
lines changed Original file line number Diff line number Diff line change 1
1
import { component$ , useSignal } from '@builder.io/qwik' ;
2
- import { Pagination } from '@qwik-ui/tailwind' ;
3
2
import { Toggle } from '@qwik-ui/tailwind' ;
4
3
5
4
export default component$ ( ( ) => {
@@ -105,7 +104,8 @@ export default component$(() => {
105
104
</ div >
106
105
107
106
< div class = "flex flex-col gap-8" >
108
- < Pagination
107
+ Pagination Example
108
+ { /* <Pagination
109
109
pages={pages.value}
110
110
page={page.value}
111
111
onPaging$={(newValue: number) => {
@@ -117,11 +117,12 @@ export default component$(() => {
117
117
hidePrevButton={hidePrevButton.value}
118
118
siblingCount={siblingCount.value}
119
119
boundaryCount={boundaryCount.value}
120
- />
120
+ /> */ }
121
121
</ div >
122
122
123
123
< div class = "flex flex-col gap-8" >
124
- < Pagination
124
+ Pagination Example
125
+ { /* <Pagination
125
126
pages={pages.value}
126
127
page={page.value}
127
128
onPaging$={(newValue: number) => {
@@ -136,7 +137,7 @@ export default component$(() => {
136
137
activeClass="!bg-cyan-500"
137
138
defaultClass="bg-cyan-200"
138
139
labels={{ prev: '⬅️', next: '➡️', first: 'START', last: 'END' }}
139
- />
140
+ /> */ }
140
141
</ div >
141
142
</ div >
142
143
) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments