From 2b11d14bdea5ce2e94ee5849d4dfe852ec4fb807 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Wed, 17 Oct 2018 19:30:30 +0200 Subject: [PATCH] added loading state to button and tried to fix form item --- .../data-input/FormItem/FormItem.vue | 9 +++++---- .../components/navigation/Button/Button.vue | 18 ++++++++++++++++-- .../components/navigation/Button/demo.md | 1 + 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/styleguide/src/system/components/data-input/FormItem/FormItem.vue b/styleguide/src/system/components/data-input/FormItem/FormItem.vue index 5fd877cd1..b90c2d3d8 100644 --- a/styleguide/src/system/components/data-input/FormItem/FormItem.vue +++ b/styleguide/src/system/components/data-input/FormItem/FormItem.vue @@ -1,9 +1,10 @@