small edit to story example

This commit is contained in:
mulan xia
2024-02-01 19:07:09 -05:00
parent 53e0597fcc
commit aa059d79d9
+5
View File
@@ -6,6 +6,11 @@ import { StoryWrapper } from '.ladle/components';
export const DropdownMenuStory: Story<Parameters<typeof DropdownMenu>> = (args) => {
const exampleItems = [
{
value: '0',
label: 'Item 0',
onSelect: () => alert('Item 0 action'),
},
{
value: '1',
label: 'Item 1 (accent)',