Skip to content

Commit

Permalink
docs: tabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-J-M committed Aug 21, 2024
1 parent 1fba91f commit 985e21a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export const InputButtonGroup: StoryObj = {
InputButtonGroup.parameters = {
docs: {
description: {
story: 'A composition of an input and a button, styled to look like a single component.',
story: `A composition of an input and a button, styled to look
like a single component.`,
},
},
};
Expand Down Expand Up @@ -63,7 +64,8 @@ export const InputButtonGroupSelect: StoryObj = {
InputButtonGroupSelect.parameters = {
docs: {
description: {
story: 'The input button group can be used with any input type, including select elements.',
story: `The input button group can be used with
any input type, including select elements.`,
},
},
};

0 comments on commit 985e21a

Please sign in to comment.