Skip to content

Commit

Permalink
Rename story name to Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
nighto committed Dec 20, 2024
1 parent af8e360 commit 3afa339
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
} satisfies Meta<InputArgs>;

export const InputWithTags: Story = {
name: 'Input with tags (enter creates new tag, backspace erases tags)',
name: 'Standard',
render: () => {
const [tags, setTags] = React.useState<Array<string>>(['Tag Title', 'Tag Title 2']);
const [inputText, setInputText] = React.useState<string>('Example');
Expand Down

0 comments on commit 3afa339

Please sign in to comment.