Create Loading component

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-02-24 14:47:30 +01:00
parent d578be5bab
commit 1f6fb932b6
3 changed files with 50 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
import Loading from "../components/ui/loading/loading.tsx";
export default {
title: 'UI/Loading',
component: Loading,
parameters: {
layout: 'centered',
},
tags: ['autodocs'],
};
export const Primary = {};