docs: update ready components pages
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="vp-raw">
|
||||
<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>
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import { ButtonGroup, Button } from '../../../../src/index'
|
||||
</script>
|
||||
Reference in New Issue
Block a user