mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2026-09-09 21:44:05 +00:00
[21/n][Storybook] SearchBar (#60)
This commit is contained in:
@@ -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 = {};
|
||||
Reference in New Issue
Block a user