Skip to content

Commit 02204ac

Browse files
committed
docs: scroll buttons story added
1 parent 081428c commit 02204ac

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/ui-components/Common/Select/index.stories.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ export const WithoutLabel: Story = {
2121
},
2222
};
2323

24+
export const WithScrollButtons: Story = {
25+
args: {
26+
values: Array.from({ length: 100 }, (_, i) => `Item ${i}`),
27+
defaultValue: 'Item 50',
28+
},
29+
};
30+
2431
export const DropdownLabel: Story = {
2532
args: {
2633
values: [

0 commit comments

Comments
 (0)