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
126
-
*/
127
-
variant?: 'inset'|'horizontal-inset'|'full'
128
-
/**
129
-
* Whether multiple Items or a single Item can be selected.
130
-
*/
131
-
selectionVariant?: 'single'|'radio'|'multiple'
132
-
/**
133
-
* Display a divider above each `Item` in this `List` when it does not follow a `Header` or `Divider`.
134
-
*/
135
-
showDividers?: boolean
136
-
/**
137
-
* The ARIA role describing the function of `List` component. `listbox` or `menu` are a common values.
138
-
*/
139
-
role?: AriaRole
140
-
/**
141
-
* Disables the focus zone for the list if applicable. Focus zone is enabled by default for `menu` and `listbox` roles, or components such as `ActionMenu` and `SelectPanel`.
* `inset` children are offset (vertically and horizontally) from `List`’s edges, `full` children are flush (vertically and horizontally) with `List` edges
140
+
*/
141
+
variant?: 'inset'|'horizontal-inset'|'full'
142
+
/**
143
+
* Whether multiple Items or a single Item can be selected.
144
+
*/
145
+
selectionVariant?: 'single'|'radio'|'multiple'
146
+
/**
147
+
* Display a divider above each `Item` in this `List` when it does not follow a `Header` or `Divider`.
148
+
*/
149
+
showDividers?: boolean
150
+
/**
151
+
* The ARIA role describing the function of `List` component. `listbox` or `menu` are a common values.
152
+
*/
153
+
role?: AriaRole
154
+
/**
155
+
* Disables the focus zone for the list if applicable. Focus zone is enabled by default for `menu` and `listbox` roles, or components such as `ActionMenu` and `SelectPanel`.
0 commit comments