Skip to content

Commit

Permalink
docs(structuredlist): hide isFlush on background stories (#17046)
Browse files Browse the repository at this point in the history
* docs(structuredlist): hide isFlush on background stories

* docs(structuredlist): hide isFlush on background stories
  • Loading branch information
tay1orjones authored Jul 30, 2024
1 parent 326ac31 commit 0c9bf27
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,19 @@ export const WithBackgroundLayer = () => {
);
};

WithBackgroundLayer.argTypes = {
isFlush: {
table: {
disable: true,
},
},
selection: {
control: {
disable: true,
},
},
};

export const Skeleton = (args) => (
<div style={{ width: '800px' }}>
<StructuredListSkeleton {...args} />
Expand Down

0 comments on commit 0c9bf27

Please sign in to comment.