WIP: initial setup with vite and vitepress, example with button
This commit is contained in:
8
docs/guide/button/ButtonExample.vue
Normal file
8
docs/guide/button/ButtonExample.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<Button variant="default">
|
||||
Кнопка
|
||||
</Button>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Button } from "../../../src/index";
|
||||
</script>
|
||||
Reference in New Issue
Block a user