diff --git a/app/imports/ui/components/AttributeCard.Story.vue b/app/imports/ui/components/AttributeCard.Story.vue new file mode 100644 index 00000000..b841ef87 --- /dev/null +++ b/app/imports/ui/components/AttributeCard.Story.vue @@ -0,0 +1,42 @@ + + + + + + + + + + + + + diff --git a/app/imports/ui/components/AttributeCard.vue b/app/imports/ui/components/AttributeCard.vue new file mode 100644 index 00000000..e1dfa725 --- /dev/null +++ b/app/imports/ui/components/AttributeCard.vue @@ -0,0 +1,43 @@ + + + + + + {{modifier ? signed(value) : value}} + + + {{name}} + + + + + + + + + diff --git a/app/imports/ui/pages/StoryBook.vue b/app/imports/ui/pages/StoryBook.vue index e712745e..cd702869 100644 --- a/app/imports/ui/pages/StoryBook.vue +++ b/app/imports/ui/pages/StoryBook.vue @@ -1,9 +1,15 @@ - - Storybook - - + + + Storybook + + + + menu + + + Components @@ -30,17 +36,22 @@