File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const statusByComponent: ComponentKitsStatuses = {
26
26
'Input Phone' : ComponentStatus . Planned ,
27
27
'Navigation Bar' : ComponentStatus . Planned ,
28
28
Modal : ComponentStatus . Planned ,
29
- Pagination : ComponentStatus . Planned ,
29
+ Pagination : ComponentStatus . Draft ,
30
30
Popover : ComponentStatus . Planned ,
31
31
Progress : ComponentStatus . Planned ,
32
32
Radio : ComponentStatus . Planned ,
Original file line number Diff line number Diff line change 1
1
---
2
- title : Qwik UI | Modal
2
+ title : Qwik UI | Pagination
3
3
---
4
4
import ImgTestImage from ' /public/images/test-image.png?jsx' ;
5
5
@@ -18,7 +18,7 @@ import {
18
18
19
19
import testImage from ' ../../../../../../public/images/test-image.png'
20
20
21
- <StatusBanner status = { statusByComponent .headless .Modal } />
21
+ <StatusBanner status = { statusByComponent .headless .Pagination } />
22
22
23
23
# Pagination
24
24
You can’t perform that action at this time.
0 commit comments