Skip to content

Commit

Permalink
add missing readonly story
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Oct 8, 2024
1 parent 0f71f50 commit d7ef12d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/uui-input/lib/uui-input.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ export const Disabled: Story = {
args: { disabled: true },
};

export const Readonly: Story = {
args: { readonly: true, value: 'Readonly' },
};

export const Error: Story = {
args: { error: true, label: 'Error' },
};
Expand Down

0 comments on commit d7ef12d

Please sign in to comment.