Skip to content

Commit fbd03e6

Browse files
committed
fix(apps): update button and icon components in App.vue for improved layout
1 parent a465508 commit fbd03e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/test-vue-app/src/App.vue

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ import '@devbyray/vue-wc-components'
66
<template>
77
<header>
88
<!-- Button component -->
9-
<vwc-button size="md" variant="primary">Click me</vwc-button>
9+
<vwc-button size="md" variant="primary">Click me <vwc-icon name="home" size="md"
10+
color="#fff"></vwc-icon></vwc-button>
1011

1112
<!-- Input component -->
1213
<vwc-input placeholder="Enter your username"></vwc-input>
1314

1415
<!-- Icon component -->
15-
<vwc-icon name="home" size="md" color="#FFD700"></vwc-icon>
16+
<vwc-icon name="person" size="lg" color="#FFD700"></vwc-icon>
1617
</header>
1718
</template>
1819

0 commit comments

Comments
 (0)