We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954fb42 commit 6f91d63Copy full SHA for 6f91d63
.changeset/wise-peas-cheat.md
@@ -0,0 +1,5 @@
1
+---
2
+"@badrap/libapp": patch
3
4
+
5
+Add lineClamp proprety for ui/experimental/Box
src/ui/experimental/Box.ts
@@ -17,6 +17,7 @@ type BoxProps = {
17
flexBasis?: Responsive<string>;
18
flexGrow?: Responsive<string>;
19
flexShrink?: Responsive<string>;
20
+ lineClamp?: number | string;
21
display?: Responsive<"none" | "block" | "inline-block">;
22
children?: UiNode;
23
};
0 commit comments