mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
Enhancement : Decouple the UI by using conditional rendering for each module
This commit is contained in:
7
components/modules/calendar/CalendarComponent.story.tsx
Normal file
7
components/modules/calendar/CalendarComponent.story.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import CalendarComponent from './CalendarModule';
|
||||
|
||||
export default {
|
||||
title: 'Calendar component',
|
||||
};
|
||||
|
||||
export const Default = (args: any) => <CalendarComponent {...args} />;
|
||||
Reference in New Issue
Block a user