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
* `inset` children are offset (vertically and horizontally) from `List`’s edges, `full` children are flush (vertically and horizontally) with `List` edges
15
-
*/
16
-
variant?: 'inset'|'full'
17
-
/**
18
-
* Whether multiple Items or a single Item can be selected.
19
-
*/
20
-
selectionVariant?: 'single'|'multiple'
21
-
/**
22
-
* Display a divider above each `Item` in this `List` when it does not follow a `Header` or `Divider`.
23
-
*/
24
-
showDividers?: boolean
25
-
/**
26
-
* The ARIA role describing the function of `List` component. `listbox` or `menu` are a common values.
* `inset` children are offset (vertically and horizontally) from `List`’s edges, `full` children are flush (vertically and horizontally) with `List` edges
115
+
*/
116
+
variant?: 'inset'|'full'
117
+
/**
118
+
* Whether multiple Items or a single Item can be selected.
119
+
*/
120
+
selectionVariant?: 'single'|'multiple'
121
+
/**
122
+
* Display a divider above each `Item` in this `List` when it does not follow a `Header` or `Divider`.
123
+
*/
124
+
showDividers?: boolean
125
+
/**
126
+
* The ARIA role describing the function of `List` component. `listbox` or `menu` are a common values.
0 commit comments