Skip to content

Commit

Permalink
Add id prop to Allotment component
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalley committed Jan 5, 2024
1 parent 48f130f commit 479c85d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/allotment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ const Allotment = forwardRef<AllotmentHandle, AllotmentProps>(
{
children,
className,
id,
maxSize = Infinity,
minSize = 30,
proportionalLayout = true,
Expand Down

0 comments on commit 479c85d

Please sign in to comment.