Files
homarr/src/components/SearchBar/SearchBar.story.tsx
Aj - Thomas 32f81cefe7 🏗️ 💥 Change the whole folder structure.
Now using src as a subfolder to the source files
2022-05-14 01:14:56 +02:00

11 lines
184 B
TypeScript

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