13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
|
|
<Tabs
|
||
|
|
value={value}
|
||
|
|
onChange={handleChange}
|
||
|
|
aria-label="wrapped label tabs example"
|
||
|
|
>
|
||
|
|
<Tab
|
||
|
|
value="one"
|
||
|
|
label="New Arrivals in the Longest Text of Nonfiction that should appear in the next line"
|
||
|
|
wrapped
|
||
|
|
/>
|
||
|
|
<Tab value="two" label="Item Two" />
|
||
|
|
<Tab value="three" label="Item Three" />
|
||
|
|
</Tabs>
|