-
-
-
- Native props are supported 🙌
-
-
- All HTML attributes native to the{' '}
- {getNativeElementsList(primaryStory.argTypes.as.type.value)},
- including all aria-* and data-*{' '}
- attributes, can be applied as native props on this component.
-
-
-
- )}
- >
- );
-};
-
-export const FluentDocsPage = (): React.ReactElement => {
- const context = React.useContext(DocsContext);
- const stories = context.componentStories();
- const primaryStory = stories[0];
- const primaryStoryContext = context.getStoryContext(primaryStory);
-
- assertStoryMetaValues(primaryStory);
-
- const hideArgsTable = Boolean(
- primaryStoryContext.parameters?.docs?.hideArgsTable
- );
-
- const styles = useStyles();
-
- return (
-