mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-07 14:05:49 +01:00
Add stories
This commit is contained in:
10
components/Settings/SettingsMenu.story.tsx
Normal file
10
components/Settings/SettingsMenu.story.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { SettingsMenuButton } from "./SettingsMenu";
|
||||
|
||||
export default {
|
||||
title: ' menu',
|
||||
args: {
|
||||
opened: false,
|
||||
},
|
||||
};
|
||||
|
||||
export const Default = (args: any) => <SettingsMenuButton {...args} />;
|
||||
Reference in New Issue
Block a user