Skip to content

Commit

Permalink
refactor: [B2BDS-207] Add story for input with suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
swethab184 committed Sep 5, 2023
1 parent 3564d2d commit de87334
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ const suffix = html`<span slot="start">Registration Number</span
story090PrefixSuffix.args = { ...defaultArgs, iconMarkup: suffix };
story090PrefixSuffix.storyName = 'Input with Prefix and Icon';

export const story100Suffix = Template.bind({});
const prefixSuffixWithIcon = html`<span slot="end">Registration Number</span>`;
story100Suffix.args = {
...defaultArgs,
iconMarkup: prefixSuffixWithIcon,
};
story100Suffix.storyName = 'Input with Suffix';

export const story070AllArgs = Template.bind({});
story070AllArgs.args = {
...defaultArgs,
Expand Down

0 comments on commit de87334

Please sign in to comment.