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
Copy file name to clipboardExpand all lines: packages/components/src/tabs/README.md
-37Lines changed: 0 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,19 +159,6 @@ The children elements, which should be a series of `Tabs.TabPanel` components.
159
159
160
160
- Required: No
161
161
162
-
###### `className`: `string`
163
-
164
-
The class name to apply to the tablist.
165
-
166
-
- Required: No
167
-
- Default: ''
168
-
169
-
###### `style`: `React.CSSProperties`
170
-
171
-
Custom CSS styles for the tablist.
172
-
173
-
- Required: No
174
-
175
162
#### Tab
176
163
177
164
##### Props
@@ -182,24 +169,12 @@ The id of the tab, which is prepended with the `Tabs` instance ID.
182
169
183
170
- Required: Yes
184
171
185
-
###### `style`: `React.CSSProperties`
186
-
187
-
Custom CSS styles for the tab.
188
-
189
-
- Required: No
190
-
191
172
###### `children`: `React.ReactNode`
192
173
193
174
The children elements, generally the text to display on the tab.
194
175
195
176
- Required: No
196
177
197
-
###### `className`: `string`
198
-
199
-
The class name to apply to the tab.
200
-
201
-
- Required: No
202
-
203
178
###### `disabled`: `boolean`
204
179
205
180
Determines if the tab button should be disabled.
@@ -229,18 +204,6 @@ The id of the tabpanel, which is combined with the `Tabs` instance ID and the su
229
204
230
205
- Required: Yes
231
206
232
-
###### `className`: `string`
233
-
234
-
The class name to apply to the tabpanel.
235
-
236
-
- Required: No
237
-
238
-
###### `style`: `React.CSSProperties`
239
-
240
-
Custom CSS styles for the tab.
241
-
242
-
- Required: No
243
-
244
207
###### `focusable`: `boolean`
245
208
246
209
Determines whether or not the tabpanel element should be focusable. If `false`, pressing the tab key will skip over the tabpanel, and instead focus on the first focusable element in the panel (if there is one).
0 commit comments