Skip to content

Commit

Permalink
docs: add props tables for all exported Popover controls (#27503)
Browse files Browse the repository at this point in the history
  • Loading branch information
spmonahan authored Apr 11, 2023
1 parent 3bad9d0 commit 53c697b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Popover } from '@fluentui/react-components';
import { Popover, PopoverProvider, PopoverSurface, PopoverTrigger } from '@fluentui/react-components';
import { Meta } from '@storybook/react';
import descriptionMd from './PopoverDescription.md';
import bestPracticesMd from './PopoverBestPractices.md';
Expand All @@ -16,6 +16,7 @@ export { Appearance } from './PopoverAppearance.stories';
export default {
title: 'Components/Popover',
component: Popover,
subcomponents: { PopoverTrigger, PopoverSurface, PopoverProvider },
argTypes: {
positioning: {
control: {
Expand Down

0 comments on commit 53c697b

Please sign in to comment.