From 43ff4bcef283b4cc2ce670a37686dabe312d0677 Mon Sep 17 00:00:00 2001 From: mathieuRA Date: Wed, 18 Sep 2024 17:29:27 +0200 Subject: [PATCH] feat(web-core): new Info component --- .../stories/web-core/info/ui-info.story.vue | 19 +++++++ .../web-core/lib/components/info/UiInfo.vue | 51 +++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 @xen-orchestra/lite/src/stories/web-core/info/ui-info.story.vue create mode 100644 @xen-orchestra/web-core/lib/components/info/UiInfo.vue diff --git a/@xen-orchestra/lite/src/stories/web-core/info/ui-info.story.vue b/@xen-orchestra/lite/src/stories/web-core/info/ui-info.story.vue new file mode 100644 index 00000000000..4de644cd813 --- /dev/null +++ b/@xen-orchestra/lite/src/stories/web-core/info/ui-info.story.vue @@ -0,0 +1,19 @@ + + + diff --git a/@xen-orchestra/web-core/lib/components/info/UiInfo.vue b/@xen-orchestra/web-core/lib/components/info/UiInfo.vue new file mode 100644 index 00000000000..12e08a71312 --- /dev/null +++ b/@xen-orchestra/web-core/lib/components/info/UiInfo.vue @@ -0,0 +1,51 @@ + + + + + +