Skip to content

Commit

Permalink
docs(table): fix copy code snippet to hide rendered light DOM [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiFTy17 committed Oct 8, 2024
1 parent 9cc2229 commit e212f39
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/stories/components/table/Table.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,15 @@ export default meta;

type Story = StoryObj;

export const Demo: Story = {};
export const Demo: Story = {
parameters: {
docs: {
source: {
code: `<forge-table></forge-table>`
}
}
}
};

export const CSSOnly: Story = {
...standaloneStoryParams,
Expand Down

0 comments on commit e212f39

Please sign in to comment.