Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
stories update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanawesome committed Oct 28, 2024
1 parent 6bbf325 commit 238d23d
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,16 @@ export const WithSchemaAndThemeOverrides = () => {
);
};

export const WithSchemaAndTertiaryPaneFieldSlotComponent = () => {
export const WithSchemaAnddetailsPaneTabSlotComponent = () => {
return (
<SchemaDocumentation
schema={testSchema}
tertiaryPaneFieldSlotComponent={<>I'm a tertiaryPaneFieldSlotComponent!</>}
detailsPaneTabSlotComponents={[
{
tabContent: <>I'm a detailsPaneTabSlotComponent!</>,
tabName: 'Test',
},
]}
/>
);
};
Expand Down

0 comments on commit 238d23d

Please sign in to comment.