We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a465508 commit fbd03e6Copy full SHA for fbd03e6
apps/test-vue-app/src/App.vue
@@ -6,13 +6,14 @@ import '@devbyray/vue-wc-components'
6
<template>
7
<header>
8
<!-- Button component -->
9
- <vwc-button size="md" variant="primary">Click me</vwc-button>
+ <vwc-button size="md" variant="primary">Click me <vwc-icon name="home" size="md"
10
+ color="#fff"></vwc-icon></vwc-button>
11
12
<!-- Input component -->
13
<vwc-input placeholder="Enter your username"></vwc-input>
14
15
<!-- Icon component -->
- <vwc-icon name="home" size="md" color="#FFD700"></vwc-icon>
16
+ <vwc-icon name="person" size="lg" color="#FFD700"></vwc-icon>
17
</header>
18
</template>
19
0 commit comments