Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 711b034

Browse files
committed
chore(icon-button): added story for icon button
1 parent 0ce1f56 commit 711b034

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<template>
2+
<chakra.p mt="3" font-weight="bold">IconButton</chakra.p>
3+
<c-icon-button icon="star" mr="3" size="xs" color-scheme="teal" />
4+
<c-icon-button icon="star" mr="3" size="sm" color-scheme="teal" />
5+
<c-icon-button icon="star" mr="3" size="md" color-scheme="teal" />
6+
<c-icon-button icon="star" mr="3" size="lg" color-scheme="teal" />
7+
</template>

packages/c-button/examples/with-button-icon.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,5 @@
88
<c-button mr="3" right-icon="star" color-scheme="blue">
99
Base button
1010
</c-button>
11-
<chakra.p mt="3" font-weight="bold">IconButton</chakra.p>
12-
<c-icon-button icon="star" mr="3" size="xs" color-scheme="teal" />
13-
<c-icon-button icon="star" mr="3" size="sm" color-scheme="teal" />
14-
<c-icon-button icon="star" mr="3" size="md" color-scheme="teal" />
15-
<c-icon-button icon="star" mr="3" size="lg" color-scheme="teal" />
1611
</div>
1712
</template>

0 commit comments

Comments
 (0)