[20/n][Storybook] SearchBar
This commit is contained in:
parent
b34e0783c1
commit
0fb1127b96
@ -0,0 +1,15 @@
|
|||||||
|
import { StoryObj, Meta } from '@storybook/react';
|
||||||
|
|
||||||
|
import SearchBar from 'components/SearchBar';
|
||||||
|
|
||||||
|
const meta: Meta<typeof SearchBar> = {
|
||||||
|
title: 'Components/SearchBar',
|
||||||
|
component: SearchBar,
|
||||||
|
tags: ['autodocs'],
|
||||||
|
};
|
||||||
|
|
||||||
|
export default meta;
|
||||||
|
|
||||||
|
type Story = StoryObj<typeof SearchBar>;
|
||||||
|
|
||||||
|
export const Default: Story = {};
|
Loading…
Reference in New Issue
Block a user