Skip to content

Commit

Permalink
chore(drag-drop): adds figma link to drag and drop storybook (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
geotrev committed May 4, 2023
1 parent 49e88f3 commit 9afa534
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/drag-drop/demo/draggable-list.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ import { LIST_ITEMS as items } from './stories/data';
},
'aria-label': { table: { category: 'DraggableList.DropIndicator' } }
}}
parameters={{
design: {
allowFullscreen: true,
type: 'figma',
url: 'https://www.figma.com/file/6g87L4FdKZTA3knt3Rsfdx/Garden?node-id=14015-52393'
}
}}
>
{args => <DraggableListStory {...args} />}
</Story>
Expand Down
7 changes: 7 additions & 0 deletions packages/drag-drop/demo/draggable.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ import { DraggableStory } from './stories/DraggableStory';
hasGrip: { name: 'Draggable.Grip', table: { category: 'Story' } },
tag: { control: { type: 'text' } }
}}
parameters={{
design: {
allowFullscreen: true,
type: 'figma',
url: 'https://www.figma.com/file/6g87L4FdKZTA3knt3Rsfdx/Garden?node-id=14015-52473'
}
}}
>
{args => <DraggableStory {...args} />}
</Story>
Expand Down
7 changes: 7 additions & 0 deletions packages/drag-drop/demo/dropzone.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ import { DropzoneStory } from './stories/DropzoneStory';
hasIcon: { name: 'Dropzone.Icon', table: { category: 'Story' } },
children: { name: 'Dropzone.Message', table: { category: 'Story' } }
}}
parameters={{
design: {
allowFullscreen: true,
type: 'figma',
url: 'https://www.figma.com/file/6g87L4FdKZTA3knt3Rsfdx/Garden?node-id=14015-52473'
}
}}
>
{args => <DropzoneStory {...args} />}
</Story>
Expand Down

0 comments on commit 9afa534

Please sign in to comment.