10
src/components/modules/search/SearchModule.story.tsx
Normal file
10
src/components/modules/search/SearchModule.story.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import SearchBar from './SearchModule';
|
||||
|
||||
export default {
|
||||
title: 'Search bar',
|
||||
config: {
|
||||
searchBar: false,
|
||||
},
|
||||
};
|
||||
|
||||
export const Default = (args: any) => <SearchBar {...args} />;
|
||||
Reference in New Issue
Block a user