Skip to content

Commit

Permalink
Convert LineHeightControl UnconstrainedWidth story to CSF3
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinite-Null committed Dec 23, 2024
1 parent 3ef9aed commit c8bfd60
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,11 @@ export const Default = {
__unstableInputWidth: '100px',
},
};

export const UnconstrainedWidth = {
...Default,
args: {
...Default.args,
__unstableInputWidth: '100%',
},
};

0 comments on commit c8bfd60

Please sign in to comment.