Skip to content

Commit ef98260

Browse files
committed
Add the Inline control
1 parent 2baaa78 commit ef98260

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

storybook/stories/components/notification/Notification.stories.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const
1717
color: "high_contrast",
1818
title: "Title",
1919
subtitle: "Lorem ipsum dolor sit amet",
20+
inline: false,
2021
},
2122

2223
commonArgTypes: StoryObj<Notification.Actionable.ErrorProps>["argTypes"] =
@@ -34,6 +35,9 @@ const
3435
subtitle: {
3536
control: "text",
3637
},
38+
inline: {
39+
control: "boolean",
40+
},
3741
}
3842

3943
export const ActionableError: StoryObj<Notification.Actionable.ErrorProps> = {

0 commit comments

Comments
 (0)