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

Commit 68cfcfe

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

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/c-button/examples/with-attached-buttons.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@
33
<c-button-group
44
shadow="xl"
55
variant="outline"
6-
:color-scheme="color"
6+
:color-scheme="'purple'"
77
is-attached
88
>
99
<c-button variant="solid">Save</c-button>
1010
<c-button>Cancel</c-button>
1111
</c-button-group>
1212
</chakra.div>
1313
</template>
14-
15-
<script setup lang="ts">
16-
import { onMounted, ref } from 'vue'
17-
18-
const color = ref('yellow')
19-
</script>

0 commit comments

Comments
 (0)