You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "<p>The value of the page that should be active when initially rendered.</p>\n<p>Use when you do not need to control the value state.</p>",
28
+
"type": "number",
29
+
"required": false,
30
+
"inherit": "reka-ui"
31
+
},
25
32
{
26
33
"name": "disabled",
27
-
"description": "<p>Mark the button as disabled.</p>",
34
+
"description": "<p>When <code>true</code>, prevents the user from interacting with item</p>",
28
35
"type": "boolean",
29
36
"required": false,
30
-
"inherit": null
37
+
"inherit": "reka-ui"
31
38
},
32
39
{
33
-
"name": "edge",
34
-
"description": "",
40
+
"name": "itemsPerPage",
41
+
"description": "<p>Number of items per page</p>",
35
42
"type": "number",
36
-
"required": false,
37
-
"inherit": null
43
+
"required": true,
44
+
"inherit": "reka-ui"
38
45
},
39
46
{
40
-
"name": "highContrast",
41
-
"description": "<p>Uses a higher contrast color for the component.</p>",
0 commit comments