aboutsummaryrefslogtreecommitdiffstats
path: root/uidev
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-03-20 16:10:12 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-03-20 16:10:12 +0100
commit1b5aacdd7c482ca7fdf6c54d95093984f49084dc (patch)
tree5b58ef50589f4dc2a31c8987d72d5022ed6b3731 /uidev
parentfix height difference (diff)
downloadferdium-app-1b5aacdd7c482ca7fdf6c54d95093984f49084dc.tar.gz
ferdium-app-1b5aacdd7c482ca7fdf6c54d95093984f49084dc.tar.zst
ferdium-app-1b5aacdd7c482ca7fdf6c54d95093984f49084dc.zip
Add button with icon test case
Diffstat (limited to 'uidev')
-rw-r--r--uidev/src/stories/button.stories.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/uidev/src/stories/button.stories.tsx b/uidev/src/stories/button.stories.tsx
index d81808530..c8e9bcbf3 100644
--- a/uidev/src/stories/button.stories.tsx
+++ b/uidev/src/stories/button.stories.tsx
@@ -76,6 +76,11 @@ storiesOf('Button')
76 busy: true, 76 busy: true,
77 })} /> 77 })} />
78 )) 78 ))
79 .add('With icon', () => (
80 <WithStoreButton store={createStore({
81 icon: 'mdiInformation',
82 })} />
83 ))
79 .add('As link', () => ( 84 .add('As link', () => (
80 <WithStoreButton store={createStore({ 85 <WithStoreButton store={createStore({
81 href: 'https://meetfranz.com', 86 href: 'https://meetfranz.com',