Skip to content

Commit 5331e1b

Browse files
committed
Add changeset
1 parent e44658e commit 5331e1b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.changeset/forty-melons-rhyme.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
'scoobie': minor
3+
---
4+
5+
Table: Add `overflowX` and `whiteSpace` props
6+
7+
These allow you to control overflow and wrapping behaviour when width is constrained.
8+
9+
```tsx
10+
<>
11+
<Table />
12+
13+
<Table overflowX="scroll" />
14+
15+
<Table overflowX="scroll" whiteSpace="nowrap" />
16+
</>
17+
```

0 commit comments

Comments
 (0)