Skip to content

Commit

Permalink
Merge pull request #203 from otto-de/B2BDS-207
Browse files Browse the repository at this point in the history
refactor: [B2BDS-207] Add story for input with suffix
  • Loading branch information
AnnaHoege authored Sep 7, 2023
2 parents 3564d2d + de87334 commit c327c7a
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 c327c7a

Please sign in to comment.