Skip to content

Commit

Permalink
Add anchor prop to Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Aug 31, 2022
1 parent e7a5223 commit 1a7407f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/popover/stories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default {
title: 'Components/Popover',
component: Popover,
argTypes: {
anchor: { control: { type: null } },
anchorRef: { control: { type: null } },
anchorRect: { control: { type: null } },
animate: { control: { type: 'boolean' } },
Expand Down

0 comments on commit 1a7407f

Please sign in to comment.