Skip to content

Commit

Permalink
chore: add text for copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Sep 12, 2024
1 parent 992dc3e commit 0c4054d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import {ClipboardButton} from '../ClipboardButton';
export default {
title: 'Components/Utils/ClipboardButton',
component: ClipboardButton,
args: {
text: 'Clipboard text from `<ClipboardButton/>`',
},
} as Meta;

type Story = StoryObj<typeof ClipboardButton>;
Expand Down

0 comments on commit 0c4054d

Please sign in to comment.