feat: button group
This commit is contained in:
11
docs/guide/buttonGroup/examples/ButtonGroupBasicExample.vue
Normal file
11
docs/guide/buttonGroup/examples/ButtonGroupBasicExample.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<button-group>
|
||||
<Button>hello world</Button>
|
||||
<Button color="purple">hello world</Button>
|
||||
<Button color="alternative">hello world</Button>
|
||||
<Button color="red">hello world</Button>
|
||||
</button-group>
|
||||
</template>
|
||||
<script setup>
|
||||
import { ButtonGroup, Button } from '../../../../src/index'
|
||||
</script>
|
||||
Reference in New Issue
Block a user