Skip to content

Commit a6c52da

Browse files
committed
Adds story for non-clickable input icon
1 parent 7b06650 commit a6c52da

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

stories/input/index.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ storiesOf(FORMS_INPUT, module)
4444
placeholder="Placeholder Text"
4545
/>
4646
))
47+
.add('Input with Non-Clickable Icon', () => (
48+
<Input
49+
id="unique-id-123"
50+
label="Input Label"
51+
iconName="search"
52+
iconCategory="utility"
53+
iconPosition="left"
54+
placeholder="Placeholder Text"
55+
/>
56+
))
4757
.add('Read Only Input', () => (
4858
<Input
4959
id="unique-id-3"

0 commit comments

Comments
 (0)