Skip to content

Commit

Permalink
Add lineClamp proprety for ui/experimental/Box
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Nov 12, 2024
1 parent 954fb42 commit 6f91d63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-peas-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@badrap/libapp": patch
---

Add lineClamp proprety for ui/experimental/Box
1 change: 1 addition & 0 deletions src/ui/experimental/Box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type BoxProps = {
flexBasis?: Responsive<string>;
flexGrow?: Responsive<string>;
flexShrink?: Responsive<string>;
lineClamp?: number | string;
display?: Responsive<"none" | "block" | "inline-block">;
children?: UiNode;
};
Expand Down

0 comments on commit 6f91d63

Please sign in to comment.