Files
Homarr/components/SearchBar/SearchBar.story.tsx

12 lines
185 B
TypeScript
Raw Normal View History

2022-04-27 03:11:51 +02:00
import SearchBar from "./SearchBar";
export default {
title: 'Search bar',
config: {
searchBar: false,
},
};
export const Default = (args: any) => <SearchBar {...args} />;