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>
|
||||
7
docs/guide/button/button.md
Normal file
7
docs/guide/button/button.md
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup>
|
||||
import ButtonExample from './ButtonExample.vue'
|
||||
</script>
|
||||
|
||||
# Button
|
||||
|
||||
<ButtonExample />
|
||||
Reference in New Issue
Block a user