Files
Homarr/components/SearchBar/SearchBar.story.tsx
Aj - Thomas 9690601efc Add stories
2022-04-27 03:11:51 +02:00

12 lines
185 B
TypeScript

import SearchBar from "./SearchBar";
export default {
title: 'Search bar',
config: {
searchBar: false,
},
};
export const Default = (args: any) => <SearchBar {...args} />;